Uses of Class
org.apache.fontbox.cff.CFFCharset
Packages that use CFFCharset
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
-
Uses of CFFCharset in org.apache.fontbox.cff
Subclasses of CFFCharset in org.apache.fontbox.cffModifier and TypeClassDescriptionfinal class
This is specialized CFFCharset.final class
This is specialized CFFCharset.final class
This is specialized CFFCharset.(package private) static class
Inner class representing an embedded CFF charset.private static class
An empty charset in a malformed CID font.private static class
Inner class representing a Format0 charset.private static class
Inner class representing a Format1 charset.private static class
Inner class representing a Format2 charset.Fields in org.apache.fontbox.cff declared as CFFCharsetMethods in org.apache.fontbox.cff that return CFFCharsetModifier and TypeMethodDescriptionCFFFont.getCharset()
Returns the CFFCharset of the font.private CFFCharset
CFFParser.readCharset
(CFFDataInput dataInput, int nGlyphs, boolean isCIDFont) Methods in org.apache.fontbox.cff with parameters of type CFFCharsetModifier and TypeMethodDescriptionprivate void
CFFParser.parseType1Dicts
(CFFDataInput input, CFFParser.DictData topDict, CFFType1Font font, CFFCharset charset) Parse dictionaries specific to a Type 1-equivalent font.private CFFEncoding
CFFParser.readEncoding
(CFFDataInput dataInput, CFFCharset charset) private CFFParser.Format0Encoding
CFFParser.readFormat0Encoding
(CFFDataInput dataInput, CFFCharset charset, int format) private CFFParser.Format1Encoding
CFFParser.readFormat1Encoding
(CFFDataInput dataInput, CFFCharset charset, int format) (package private) void
CFFFont.setCharset
(CFFCharset charset) Sets the CFFCharset of the font.