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 classThis is specialized CFFCharset.final classThis is specialized CFFCharset.final classThis is specialized CFFCharset.(package private) static classInner class representing an embedded CFF charset.private static classAn empty charset in a malformed CID font.private static classInner class representing a Format0 charset.private static classInner class representing a Format1 charset.private static classInner 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 CFFCharsetCFFParser.readCharset(CFFDataInput dataInput, int nGlyphs, boolean isCIDFont) Methods in org.apache.fontbox.cff with parameters of type CFFCharsetModifier and TypeMethodDescriptionprivate voidCFFParser.parseType1Dicts(CFFDataInput input, CFFParser.DictData topDict, CFFType1Font font, CFFCharset charset) Parse dictionaries specific to a Type 1-equivalent font.private CFFEncodingCFFParser.readEncoding(CFFDataInput dataInput, CFFCharset charset) private CFFParser.Format0EncodingCFFParser.readFormat0Encoding(CFFDataInput dataInput, CFFCharset charset, int format) private CFFParser.Format1EncodingCFFParser.readFormat1Encoding(CFFDataInput dataInput, CFFCharset charset, int format) (package private) voidCFFFont.setCharset(CFFCharset charset) Sets the CFFCharset of the font.