Package org.apache.fontbox.cff
Class CFFParser.EmptyCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharset
-
- org.apache.fontbox.cff.CFFParser.EmbeddedCharset
-
- org.apache.fontbox.cff.CFFParser.EmptyCharset
-
- Enclosing class:
- CFFParser
private static class CFFParser.EmptyCharset extends CFFParser.EmbeddedCharset
An empty charset in a malformed CID font.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EmptyCharset(int numCharStrings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.fontbox.cff.CFFCharset
addCID, addSID, getCIDForGID, getGIDForCID, getGIDForSID, getNameForGID, getSID, getSIDForGID, isCIDFont
-
-