Uses of Interface
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
Classes in org.apache.fontbox.cff that implement CFFCharset Modifier and Type Class Description (package private) classCFFCharsetCIDA CFF charset.(package private) classCFFCharsetType1A CFF charset.classCFFExpertCharsetThis is specialized CFFCharset.classCFFExpertSubsetCharsetThis is specialized CFFCharset.classCFFISOAdobeCharsetThis is specialized CFFCharset.private static classCFFParser.EmptyCharsetCIDAn empty charset in a malformed CID font.private static classCFFParser.EmptyCharsetType1An empty charset in a malformed Type1 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.(package private) classEmbeddedCharsetClass representing an embedded CFF charset.Fields in org.apache.fontbox.cff declared as CFFCharset Modifier and Type Field Description private CFFCharsetCFFFont. charsetprivate CFFCharsetEmbeddedCharset. 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(DataInput dataInput, int nGlyphs, boolean isCIDFont)Methods in org.apache.fontbox.cff with parameters of type CFFCharset Modifier and Type Method Description private voidCFFParser. parseType1Dicts(DataInput input, CFFParser.DictData topDict, CFFType1Font font, CFFCharset charset)Parse dictionaries specific to a Type 1-equivalent font.private CFFEncodingCFFParser. readEncoding(DataInput dataInput, CFFCharset charset)private CFFParser.Format0EncodingCFFParser. readFormat0Encoding(DataInput dataInput, CFFCharset charset, int format)private CFFParser.Format1EncodingCFFParser. readFormat1Encoding(DataInput dataInput, CFFCharset charset, int format)(package private) voidCFFFont. setCharset(CFFCharset charset)Sets the CFFCharset of the font.
-