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 classCFFExpertEncodingThis is specialized CFFEncoding.(package private) static classCFFParser.CFFBuiltInEncodingInner class representing a font's built-in CFF encoding.private static classCFFParser.Format0EncodingInner class representing a Format0 encoding.private static classCFFParser.Format1EncodingInner class representing a Format1 encoding.classCFFStandardEncodingThis is specialized CFFEncoding.Fields in org.apache.fontbox.cff declared as CFFEncoding Modifier and Type Field Description private CFFEncodingCFFType1Font. encodingMethods in org.apache.fontbox.cff that return CFFEncoding Modifier and Type Method Description CFFEncodingCFFType1Font. getEncoding()Returns the CFFEncoding of the font.private CFFEncodingCFFParser. readEncoding(DataInput dataInput, CFFCharset charset)Methods in org.apache.fontbox.cff with parameters of type CFFEncoding Modifier and Type Method Description (package private) voidCFFType1Font. setEncoding(CFFEncoding encoding)Sets the CFFEncoding of the font.
-