Uses of Class
org.apache.fontbox.cff.CFFCharset
-
Packages that use CFFCharset Package Description org.apache.fontbox.cff 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.cff Modifier and Type Class Description classCFFExpertCharsetThis is specialized CFFCharset.classCFFExpertSubsetCharsetThis is specialized CFFCharset.classCFFISOAdobeCharsetThis is specialized CFFCharset.(package private) static classCFFParser.EmbeddedCharsetInner class representing an embedded CFF charset.private static classCFFParser.EmptyCharsetAn empty charset in a malformed CID font.private static classCFFParser.Format0CharsetInner class representing a Format0 charset.private static classCFFParser.Format1CharsetInner class representing a Format1 charset.private static classCFFParser.Format2CharsetInner class representing a Format2 charset.Fields in org.apache.fontbox.cff declared as CFFCharset Modifier and Type Field Description protected CFFCharsetCFFFont. charsetMethods in org.apache.fontbox.cff that return CFFCharset Modifier and Type Method Description CFFCharsetCFFFont. 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 CFFCharset Modifier and Type Method Description private 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.
-