Uses of Class
org.apache.fontbox.cff.CFFEncoding
-
Packages that use CFFEncoding Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFEncoding in org.apache.fontbox.cff
Subclasses of CFFEncoding in org.apache.fontbox.cff Modifier and Type Class Description class
CFFExpertEncoding
This is specialized CFFEncoding.class
CFFStandardEncoding
This is specialized CFFEncoding.Methods in org.apache.fontbox.cff that return CFFEncoding Modifier and Type Method Description CFFEncoding
CFFType1Font. getEncoding()
Returns the CFFEncoding of the font.
-