Uses of Class
org.apache.fontbox.cff.CFFEncoding
Packages that use CFFEncoding
Package
Description
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.cffModifier and TypeClassDescriptionfinal classThis is specialized CFFEncoding.(package private) static classInner class representing a font's built-in CFF encoding.private static classInner class representing a Format0 encoding.private static classInner class representing a Format1 encoding.final classThis is specialized CFFEncoding.Fields in org.apache.fontbox.cff declared as CFFEncodingMethods in org.apache.fontbox.cff that return CFFEncodingModifier and TypeMethodDescriptionCFFType1Font.getEncoding()Returns the CFFEncoding of the font.private CFFEncodingCFFParser.readEncoding(CFFDataInput dataInput, CFFCharset charset) Methods in org.apache.fontbox.cff with parameters of type CFFEncodingModifier and TypeMethodDescription(package private) voidCFFType1Font.setEncoding(CFFEncoding encoding) Sets the CFFEncoding of the font.