Package org.apache.fontbox.cff
Class CFFParser.Format0Charset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharset
-
- org.apache.fontbox.cff.CFFParser.EmbeddedCharset
-
- org.apache.fontbox.cff.CFFParser.Format0Charset
-
- Enclosing class:
- CFFParser
private static class CFFParser.Format0Charset extends CFFParser.EmbeddedCharset
Inner class representing a Format0 charset.
-
-
Field Summary
Fields Modifier and Type Field Description private int
format
-
Constructor Summary
Constructors Modifier Constructor Description protected
Format0Charset(boolean isCIDFont)
-
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
-
-