| 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 | Class and Description |
|---|---|
class |
NullPlatformFont |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
NullPlatformFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformFont |
IPlatformFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformFont |
NullPlatformGlyphs.getPlatformFont() |
IPlatformFont |
IPlatformGlyphs.getPlatformFont()
The platform dependent font where the
IPlatformGlyphs object
resides. |
| Modifier and Type | Class and Description |
|---|---|
class |
AwtFont |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
AwtFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformFont |
AwtGlyphs.getPlatformFont() |
| Modifier and Type | Class and Description |
|---|---|
class |
FreetypeFont |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
FreetypeFontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformFont |
FreetypeGlyphs.getPlatformFont() |
| Modifier and Type | Class and Description |
|---|---|
class |
Type3Font |
| Modifier and Type | Method and Description |
|---|---|
IPlatformFont |
Type3FontFactory.createPlatformFont(de.intarsys.pdf.font.PDFont font) |
IPlatformFont |
Type3Glyphs.getPlatformFont() |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.