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 | Field and Description |
---|---|
private CmapSubtable |
SubstitutingCmapLookup.cmap |
private CmapSubtable[] |
CmapTable.cmaps |
Modifier and Type | Method and Description |
---|---|
CmapSubtable[] |
CmapTable.getCmaps() |
CmapSubtable |
CmapTable.getSubtable(int platformId,
int platformEncodingId)
Returns the subtable, if any, for the given platform and encoding.
|
CmapSubtable |
TrueTypeFont.getUnicodeCmap()
Deprecated.
Use
TrueTypeFont.getUnicodeCmapLookup() instead |
CmapSubtable |
TrueTypeFont.getUnicodeCmap(boolean isStrict)
Deprecated.
Use
TrueTypeFont.getUnicodeCmapLookup(boolean) instead |
private CmapSubtable |
TrueTypeFont.getUnicodeCmapImpl(boolean isStrict) |
Modifier and Type | Method and Description |
---|---|
void |
CmapTable.setCmaps(CmapSubtable[] cmapsValue) |
Constructor and Description |
---|
SubstitutingCmapLookup(CmapSubtable cmap,
GlyphSubstitutionTable gsub,
java.util.List<java.lang.String> enabledFeatures) |
Modifier and Type | Field and Description |
---|---|
protected CmapSubtable |
TrueTypeEmbedder.cmap
Deprecated.
|
private CmapSubtable |
PDTrueTypeFont.cmapMacRoman |
private CmapSubtable |
PDTrueTypeFont.cmapWinSymbol |
private CmapSubtable |
PDTrueTypeFont.cmapWinUnicode |