| Package | Description |
|---|---|
| org.verapdf.pd.font | |
| org.verapdf.pd.font.cff | |
| org.verapdf.pd.font.opentype | |
| org.verapdf.pd.font.truetype | |
| org.verapdf.pd.font.type1 | |
| org.verapdf.pd.font.type3 | |
| org.verapdf.tools |
| Modifier and Type | Field and Description |
|---|---|
protected FontProgram |
PDFont.fontProgram |
| Modifier and Type | Method and Description |
|---|---|
abstract FontProgram |
PDFont.getFontProgram() |
FontProgram |
PDCIDFont.getFontProgram() |
| Constructor and Description |
|---|
PDCIDFont(COSDictionary dictionary,
CMap cMap,
FontProgram fontProgram,
boolean isFontParsed)
Constructor that sets font program for this CIDFont.
|
| 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 | Method and Description |
|---|---|
static CFFType1FontProgram |
CFFType1FontProgram.getCFFType1(FontProgram fontProgram)
Gets CFF Type 1 font program for given font program (CFF font program
with inner CFF Type 1 or CFF Type 1).
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenTypeFontProgram
Represents OpenType font program.
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
FontProgram |
PDType3Font.getFontProgram() |
| Modifier and Type | Method and Description |
|---|---|
static FontProgram |
StaticResources.getCachedFont(String key) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FontProgram> |
StaticResources.getCachedFonts() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StaticResources.cacheFontProgram(String key,
FontProgram font) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StaticResources.setCachedFonts(Map<String,FontProgram> cachedFonts) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.