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.(package private) static class
CFFParser.CFFBuiltInEncoding
Inner class representing a font's built-in CFF encoding.private static class
CFFParser.Format0Encoding
Inner class representing a Format0 encoding.private static class
CFFParser.Format1Encoding
Inner class representing a Format1 encoding.class
CFFStandardEncoding
This is specialized CFFEncoding.Fields in org.apache.fontbox.cff declared as CFFEncoding Modifier and Type Field Description private CFFEncoding
CFFType1Font. encoding
Methods in org.apache.fontbox.cff that return CFFEncoding Modifier and Type Method Description CFFEncoding
CFFType1Font. getEncoding()
Returns the CFFEncoding of the font.private CFFEncoding
CFFParser. readEncoding(CFFDataInput dataInput, CFFCharset charset)
Methods in org.apache.fontbox.cff with parameters of type CFFEncoding Modifier and Type Method Description (package private) void
CFFType1Font. setEncoding(CFFEncoding encoding)
Sets the CFFEncoding of the font.
-