Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Method | 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 |
Modifier and Type | Method | Description |
---|---|---|
void |
CmapTable.setCmaps(CmapSubtable[] cmapsValue) |
Constructor | Description |
---|---|
SubstitutingCmapLookup(CmapSubtable cmap,
GlyphSubstitutionTable gsub,
java.util.List<java.lang.String> enabledFeatures) |
Copyright © 2008–2018. All rights reserved.