| Package | Description |
|---|---|
| de.intarsys.pdf.platform.cwt.font |
This package implements jPod's view on the platform font implementation.
|
| de.intarsys.pdf.platform.cwt.font.awt | |
| de.intarsys.pdf.platform.cwt.font.freetype | |
| de.intarsys.pdf.platform.cwt.font.type3 |
This is a default platform font implementation for the PDF type 3 font.
|
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
IPlatformFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformGlyphs |
IPlatformGlyphsFactory.createPlatformGlyphs(de.intarsys.pdf.font.PDGlyphs glyphs) |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
AwtFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformGlyphs |
AwtFont.createPlatformGlyphs(de.intarsys.pdf.font.PDGlyphs glyphs) |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
FreetypeFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformGlyphs |
FreetypeFont.createPlatformGlyphs(de.intarsys.pdf.font.PDGlyphs glyphs) |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
Type3FontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.