Uses of Class
org.apache.fontbox.cff.CFFParser.EmbeddedCharset
-
Packages that use CFFParser.EmbeddedCharset Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFParser.EmbeddedCharset in org.apache.fontbox.cff
Subclasses of CFFParser.EmbeddedCharset in org.apache.fontbox.cff Modifier and Type Class Description 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.
-