| Added Methods |
int[]
getCharset()
|
Retrieves the charset of the font. |
int
getCharsetLength()
|
Retrieves the charset length of the font. |
int
getCharsetOffset()
|
Retrieves the charset offset of the font. |
int
getCharstringType()
|
Retrieves the char string type of the font. |
int
getCharstringsOffset()
|
Retrieves the char string offset of the font. |
int[]
getCharstringsOffsets()
|
Retrieves the char strings offsets of the font. |
int
getEncodingOffset()
|
Retrieves the encoding offset of the font. |
int
getFDArrayCount()
|
Retrieves the font dictionary array count of the object. |
int[]
getFDArrayOffsets()
|
Retrieves the font dictionary array offsets of the object. |
int
getFDArrayOffsize()
|
Retrieves the font dictionary array offsize of the object. |
int[]
getFDSelect()
|
Retrieves the font dictionary select of the object. |
int
getFDSelectFormat()
|
Retrieves the font dictionary select format of the object. |
int
getFDSelectLength()
|
Retrieves the font dictionary select length of the object. |
int
getFdarrayOffset()
|
Retrieves the font dictionary array offset of the object. |
int[]
getFdprivateLengths()
|
Retrieves the font dictionary private lengths of the object. |
int[]
getFdprivateOffsets()
|
Retrieves the font dictionary private offsets of the object. |
int[]
getFdprivateSubrs()
|
Retrieves the font dictionary private subrs of the object. |
int
getFdselectOffset()
|
Retrieves the font dictionary select offset of the object. |
String
getFullName()
|
Retrieves the full name of the font. |
int[]
getGidToCid()
|
Retrieves the glyphs to character id array of the font. |
String
getName()
|
Retrieves the name of the font. |
int
getNglyphs()
|
Retrieves the number of glyphs of the font. |
int
getNstrings()
|
Retrieves the number of strings of the font. |
int
getPrivateLength()
|
Retrieves the private length of the font. |
int
getPrivateOffset()
|
Retrieves the private offset of the font. |
int
getPrivateSubrs()
|
Retrieves the private subrs of the font. |
int[]
getPrivateSubrsOffset()
|
Retrieves the private subrs offset of the font. |
int[][]
getPrivateSubrsOffsetsArray()
|
Retrieves the private subrs offsets array of the font. |
int[]
getSubrsOffsets()
|
Retrieves the subrs offsets of the font. |
boolean
isCID()
|
Retrieves whether the font is a CID font. |
void
setCID(
boolean)
|
Sets if font is CID font. |
void
setCharset(
int[])
|
Sets the charset of the font. |
void
setCharsetLength(
int)
|
Sets the charset length of the font. |
void
setCharsetOffset(
int)
|
Sets the charset offset of the font. |
void
setCharstringType(
int)
|
Sets the char string type of the font. |
void
setCharstringsOffset(
int)
|
Sets the char string offset of the font. |
void
setCharstringsOffsets(
int[])
|
Sets the char strings offsets of the font. |
void
setEncodingOffset(
int)
|
Sets the encoding offset of the font. |
void
setFDArrayCount(
int)
|
Sets the font dictionary array count of the object. |
void
setFDArrayOffsets(
int[])
|
Sets the font dictionary array offsets of the object. |
void
setFDArrayOffsize(
int)
|
Sets the font dictionary array offsize of the object. |
void
setFDSelect(
int[])
|
Sets the font dictionary select of the object. |
void
setFDSelectFormat(
int)
|
Sets the font dictionary select format of the object. |
void
setFDSelectLength(
int)
|
Sets the font dictionary select length of the object. |
void
setFdarrayOffset(
int)
|
Sets the font dictionary array offset of the object. |
void
setFdprivateLengths(
int[])
|
Sets the font dictionary private lengths of the object. |
void
setFdprivateOffsets(
int[])
|
Sets the font dictionary private offsets of the object. |
void
setFdprivateSubrs(
int[])
|
Sets the font dictionary private subrs of the object. |
void
setFdselectOffset(
int)
|
Sets the font dictionary select offset of the object. |
void
setFullName(
String)
|
Sets the full name of the font. |
void
setGidToCid(
int[])
|
Sets the glyphs to character id array of the font. |
void
setName(
String)
|
Sets the name of the font. |
void
setNglyphs(
int)
|
Sets the number of glyphs of the font. |
void
setNstrings(
int)
|
Sets the number of strings of the font. |
void
setPrivateLength(
int)
|
Sets the private length of the font. |
void
setPrivateOffset(
int)
|
Sets the private offset of the font. |
void
setPrivateSubrs(
int)
|
Sets the private subrs of the font. |
void
setPrivateSubrsOffset(
int[])
|
Set the private subrs offset of the font |
void
setPrivateSubrsOffsetsArray(
int[][])
|
Sets the private subrs offsets array of the font. |
void
setSubrsOffsets(
int[])
|
Sets the subrs offsets of the font. |