Uses of Class
org.apache.fontbox.cff.encoding.CFFEncoding
- 
Packages that use CFFEncoding Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.cff.encoding This package holds classes used to handle the encoding of CFF/Type2-Fonts (aka Type1C-Fonts). - 
- 
Uses of CFFEncoding in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff that return CFFEncoding Modifier and Type Method Description CFFEncodingCFFFont. getEncoding()Returns the CFFEncoding of the font.Methods in org.apache.fontbox.cff with parameters of type CFFEncoding Modifier and Type Method Description voidCFFFont. setEncoding(CFFEncoding encoding)Sets the CFFEncoding of the font. - 
Uses of CFFEncoding in org.apache.fontbox.cff.encoding
Subclasses of CFFEncoding in org.apache.fontbox.cff.encoding Modifier and Type Class Description classCFFExpertEncodingThis is specialized CFFEncoding.classCFFStandardEncodingThis is specialized CFFEncoding. 
 -