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 class
This is specialized CFFEncoding.(package private) static class
Inner class representing a font's built-in CFF encoding.private static class
Inner class representing a Format0 encoding.private static class
Inner class representing a Format1 encoding.final class
This 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 CFFEncoding
CFFParser.readEncoding
(CFFDataInput dataInput, CFFCharset charset) Methods in org.apache.fontbox.cff with parameters of type CFFEncodingModifier and TypeMethodDescription(package private) void
CFFType1Font.setEncoding
(CFFEncoding encoding) Sets the CFFEncoding of the font.