Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
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()
Returns the best Unicode from the font (the most general).
|
CmapSubtable |
TrueTypeFont.getUnicodeCmap(boolean isStrict)
Returns the best Unicode from the font (the most general).
|
Modifier and Type | Method and Description |
---|---|
void |
CmapTable.setCmaps(CmapSubtable[] cmapsValue) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.