Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
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 | 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).
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.