Package org.apache.fontbox.cff
Class CFFParser.EmptyCharsetType1
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharsetType1
-
- org.apache.fontbox.cff.CFFParser.EmptyCharsetType1
-
- All Implemented Interfaces:
CFFCharset
- Enclosing class:
- CFFParser
private static class CFFParser.EmptyCharsetType1 extends CFFCharsetType1
An empty charset in a malformed Type1 font.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEmptyCharsetType1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.apache.fontbox.cff.CFFCharsetType1
addCID, addSID, getCIDForGID, getGIDForCID, getGIDForSID, getNameForGID, getSID, getSIDForGID, isCIDFont
-
-