-
Fields Field Description org.apache.fontbox.ttf.NameRecord.LANGUGAE_MACINTOSH_ENGLISH useNameRecord.LANGUAGE_MACINTOSH_ENGLISH
instead.org.apache.fontbox.ttf.NameRecord.LANGUGAE_UNICODE useNameRecord.LANGUAGE_UNICODE
instead.org.apache.fontbox.ttf.NameRecord.LANGUGAE_WINDOWS_EN_US useNameRecord.LANGUAGE_WINDOWS_EN_US
instead.
-
Methods Method Description org.apache.fontbox.cmap.CodespaceRange.getEnd() to be removed in the next major releaseorg.apache.fontbox.cmap.CodespaceRange.getStart() to be removed in the next major releaseorg.apache.fontbox.ttf.CmapSubtable.getCharacterCode(int) the mapping may be ambiguous, seeCmapSubtable.getCharCodes(int)
. The first mapped value is returned by default.org.apache.fontbox.ttf.GlyphTable.getGlyphs() useGlyphTable.getGlyph(int)
instead. This will be removed in 3.0. If you need this method, please create an issue in JIRA.org.apache.fontbox.ttf.TrueTypeFont.getUnicodeCmap() UseTrueTypeFont.getUnicodeCmapLookup()
instead
-
Constructors Constructor Description org.apache.fontbox.cmap.CodespaceRange() to be removed in the next major release.