| Package | Description |
|---|---|
| org.verapdf.gf.model.impl.external | |
| org.verapdf.pd.font | |
| org.verapdf.pd.font.cff | |
| org.verapdf.pd.font.opentype | |
| org.verapdf.pd.font.truetype | |
| org.verapdf.pd.font.type1 |
| Constructor and Description |
|---|
GFFontProgram(FontProgram fontProgram,
GFPDFont font) |
GFTrueTypeFontProgram(FontProgram trueTypeFont) |
| Modifier and Type | Field and Description |
|---|---|
protected FontProgram |
PDFont.fontProgram |
| Modifier and Type | Method and Description |
|---|---|
FontProgram |
PDType3Font.getFontProgram() |
abstract FontProgram |
PDFont.getFontProgram() |
FontProgram |
PDCIDFont.getFontProgram() |
| Constructor and Description |
|---|
PDCIDFont(COSDictionary dictionary,
CMap cMap,
FontProgram fontProgram,
boolean isFontParsed) |
| Modifier and Type | Class and Description |
|---|---|
class |
CFFCIDFontProgram
Instance of this class represent a parser of CIDFont from FontSet of CFF file.
|
class |
CFFFontProgram
This class starts parsing for all inner CFF fonts and contains fonts parsed.
|
class |
CFFType1FontProgram
Instance of this class represent a Type1 font from FontSet of
CFF file.
|
| Modifier and Type | Method and Description |
|---|---|
FontProgram |
CFFFontProgram.getFont() |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenTypeFontProgram
Represents OpenType font.
|
| Modifier and Type | Method and Description |
|---|---|
FontProgram |
OpenTypeFontProgram.getFont() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTrueTypeProgram
Base class for TrueTypeFontProgram and CIDFontType2Program.
|
class |
CIDFontType2Program
Represents CIDFontType2 font program.
|
class |
TrueTypeFontProgram
Represents TrueTypeFontProgram.
|
| Modifier and Type | Method and Description |
|---|---|
FontProgram |
PDTrueTypeFont.getFontProgram() |
| Modifier and Type | Class and Description |
|---|---|
class |
Type1FontProgram
This class does parsing of Type 1 font files.
|
| Modifier and Type | Method and Description |
|---|---|
FontProgram |
PDType1Font.getFontProgram() |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.