Package com.tom_roush.fontbox.cff
Class CIDKeyedType2CharString
- java.lang.Object
-
- com.tom_roush.fontbox.cff.Type1CharString
-
- com.tom_roush.fontbox.cff.Type2CharString
-
- com.tom_roush.fontbox.cff.CIDKeyedType2CharString
-
public class CIDKeyedType2CharString extends Type2CharString
A CID-Keyed Type 2 CharString.
-
-
Field Summary
-
Fields inherited from class com.tom_roush.fontbox.cff.Type1CharString
commandCount, type1Sequence
-
-
Constructor Summary
Constructors Constructor Description CIDKeyedType2CharString(Type1CharStringReader font, String fontName, int cid, int gid, List<Object> sequence, int defaultWidthX, int nomWidthX)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCID()Returns the CID (character id) of this charstring.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class com.tom_roush.fontbox.cff.Type1CharString
getBounds, getName, getPath, getType1Sequence, getWidth, toString
-
Methods inherited from class com.tom_roush.fontbox.cff.Type2CharString
getGID, getType2Sequence
-
-
-
-
Constructor Detail
-
CIDKeyedType2CharString
public CIDKeyedType2CharString(Type1CharStringReader font, String fontName, int cid, int gid, List<Object> sequence, int defaultWidthX, int nomWidthX)
Constructor.- Parameters:
font- Parent CFF fontfontName- font namecid- CIDgid- GIDsequence- Type 2 char string sequencedefaultWidthX- default widthnomWidthX- nominal width
-
-