Package org.apache.fontbox.cff
Class CFFParser.EmbeddedCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharset
-
- org.apache.fontbox.cff.CFFParser.EmbeddedCharset
-
- Direct Known Subclasses:
CFFParser.EmptyCharset,CFFParser.Format0Charset,CFFParser.Format1Charset,CFFParser.Format2Charset
- Enclosing class:
- CFFParser
abstract static class CFFParser.EmbeddedCharset extends CFFCharset
Inner class representing an embedded CFF charset.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmbeddedCharset(boolean isCIDFont)
-
Method Summary
-
Methods inherited from class org.apache.fontbox.cff.CFFCharset
addCID, addSID, getCIDForGID, getGIDForCID, getGIDForSID, getNameForGID, getSID, getSIDForGID, isCIDFont
-
-