Uses of Class
org.apache.fontbox.cff.CFFCharset
-
Packages that use CFFCharset Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFCharset in org.apache.fontbox.cff
Subclasses of CFFCharset in org.apache.fontbox.cff Modifier and Type Class Description class
CFFExpertCharset
This is specialized CFFCharset.class
CFFExpertSubsetCharset
This is specialized CFFCharset.class
CFFISOAdobeCharset
This is specialized CFFCharset.Fields in org.apache.fontbox.cff declared as CFFCharset Modifier and Type Field Description protected CFFCharset
CFFFont. charset
Methods in org.apache.fontbox.cff that return CFFCharset Modifier and Type Method Description CFFCharset
CFFFont. getCharset()
Returns the CFFCharset of the font.
-