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 class
CFFExpertCharset
This is specialized CFFCharset.class
CFFExpertSubsetCharset
This is specialized CFFCharset.class
CFFISOAdobeCharset
This is specialized CFFCharset.(package private) static class
CFFParser.EmbeddedCharset
Inner class representing an embedded CFF charset.private static class
CFFParser.EmptyCharset
An empty charset in a malformed CID font.private static class
CFFParser.Format0Charset
Inner class representing a Format0 charset.private static class
CFFParser.Format1Charset
Inner class representing a Format1 charset.private static class
CFFParser.Format2Charset
Inner class representing a Format2 charset.Fields in org.apache.fontbox.cff declared as CFFCharset Modifier and Type Field Description protected CFFCharset
CFFFont. charset
Methods in org.apache.fontbox.cff that return CFFCharset Modifier and Type Method Description CFFCharset
CFFFont. 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 CFFCharset Modifier and Type Method Description private 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.
-