CIDKeyedType2CharStringpublic class Type2CharString extends Type1CharString
commandCount, type1Sequence| Constructor | Description |
|---|---|
Type2CharString(Type1CharStringReader font,
java.lang.String fontName,
java.lang.String glyphName,
int gid,
java.util.List<java.lang.Object> sequence,
int defaultWidthX,
int nomWidthX) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getGID() |
Return the GID (glyph id) of this charstring.
|
java.util.List<java.lang.Object> |
getType2Sequence() |
Returns the Type 2 charstring sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBounds, getName, getPath, getType1Sequence, getWidth, toStringpublic Type2CharString(Type1CharStringReader font, java.lang.String fontName, java.lang.String glyphName, int gid, java.util.List<java.lang.Object> sequence, int defaultWidthX, int nomWidthX)
font - Parent CFF fontfontName - font nameglyphName - glyph name (or CID as hex string)gid - GIDsequence - Type 2 char string sequencedefaultWidthX - default widthnomWidthX - nominal widthCopyright © 2008–2018. All rights reserved.