Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Class and Description |
---|---|
class |
CmapSubtable
A "cmap" subtable.
|
class |
SubstitutingCmapLookup
A cmap lookup that performs substitution via the 'GSUB' table.
|
Modifier and Type | Field and Description |
---|---|
private CmapLookup |
TTFSubsetter.unicodeCmap |
Modifier and Type | Method and Description |
---|---|
CmapLookup |
TrueTypeFont.getUnicodeCmapLookup()
Returns the best Unicode from the font (the most general).
|
CmapLookup |
TrueTypeFont.getUnicodeCmapLookup(boolean isStrict)
Returns the best Unicode from the font (the most general).
|
Modifier and Type | Field and Description |
---|---|
private CmapLookup |
PDCIDFontType2.cmap |
protected CmapLookup |
TrueTypeEmbedder.cmapLookup |