| Modifier | Constructor and Description |
|---|---|
protected |
Font() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getCharstringsOffset()
Retrieves the char string offset of the font.
|
int[] |
getCharstringsOffsets()
Retrieves the char strings offsets of the font.
|
int |
getCharstringType()
Retrieves the char string type of the font.
|
int |
getEncodingOffset()
Retrieves the encoding offset of the font.
|
int |
getFDArrayCount()
Retrieves the font dictionary array count of the object.
|
int |
getFdarrayOffset()
Retrieves the font dictionary array offset 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[] |
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[] |
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 |
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 |
setCharset(int[] charset)
Sets the charset of the font.
|
void |
setCharsetLength(int charsetLength)
Sets the charset length of the font.
|
void |
setCharsetOffset(int charsetOffset)
Sets the charset offset of the font.
|
void |
setCharstringsOffset(int charstringsOffset)
Sets the char string offset of the font.
|
void |
setCharstringsOffsets(int[] charstringsOffsets)
Sets the char strings offsets of the font.
|
void |
setCharstringType(int charstringType)
Sets the char string type of the font.
|
void |
setCID(boolean CID)
Sets if font is CID font.
|
void |
setEncodingOffset(int encodingOffset)
Sets the encoding offset of the font.
|
void |
setFDArrayCount(int FDArrayCount)
Sets the font dictionary array count of the object.
|
void |
setFdarrayOffset(int fdarrayOffset)
Sets the font dictionary array offset of the object.
|
void |
setFDArrayOffsets(int[] FDArrayOffsets)
Sets the font dictionary array offsets of the object.
|
void |
setFDArrayOffsize(int FDArrayOffsize)
Sets the font dictionary array offsize of the object.
|
void |
setFdprivateLengths(int[] fdprivateLengths)
Sets the font dictionary private lengths of the object.
|
void |
setFdprivateOffsets(int[] fdprivateOffsets)
Sets the font dictionary private offsets of the object.
|
void |
setFdprivateSubrs(int[] fdprivateSubrs)
Sets the font dictionary private subrs of the object.
|
void |
setFDSelect(int[] FDSelect)
Sets the font dictionary select of the object.
|
void |
setFDSelectFormat(int FDSelectFormat)
Sets the font dictionary select format of the object.
|
void |
setFDSelectLength(int FDSelectLength)
Sets the font dictionary select length of the object.
|
void |
setFdselectOffset(int fdselectOffset)
Sets the font dictionary select offset of the object.
|
void |
setFullName(String fullName)
Sets the full name of the font.
|
void |
setGidToCid(int[] gidToCid)
Sets the glyphs to character id array of the font.
|
void |
setName(String name)
Sets the name of the font.
|
void |
setNglyphs(int nglyphs)
Sets the number of glyphs of the font.
|
void |
setNstrings(int nstrings)
Sets the number of strings of the font.
|
void |
setPrivateLength(int privateLength)
Sets the private length of the font.
|
void |
setPrivateOffset(int privateOffset)
Sets the private offset of the font.
|
void |
setPrivateSubrs(int privateSubrs)
Sets the private subrs of the font.
|
void |
setPrivateSubrsOffset(int[] privateSubrsOffset)
Set the private subrs offset of the font
|
void |
setPrivateSubrsOffsetsArray(int[][] privateSubrsOffsetsArray)
Sets the private subrs offsets array of the font.
|
void |
setSubrsOffsets(int[] subrsOffsets)
Sets the subrs offsets of the font.
|
public String getName()
public void setName(String name)
name - font namepublic String getFullName()
public void setFullName(String fullName)
fullName - full font namepublic boolean isCID()
public void setCID(boolean CID)
CID - true if font is CID font, false otherwisepublic int getPrivateOffset()
public void setPrivateOffset(int privateOffset)
privateOffset - private offset valuepublic int getPrivateLength()
public void setPrivateLength(int privateLength)
privateLength - private length valuepublic int getPrivateSubrs()
public void setPrivateSubrs(int privateSubrs)
privateSubrs - private subrs valuepublic int getCharstringsOffset()
public void setCharstringsOffset(int charstringsOffset)
charstringsOffset - char string offsetpublic int getEncodingOffset()
public void setEncodingOffset(int encodingOffset)
encodingOffset - encoding offsetpublic int getCharsetOffset()
public void setCharsetOffset(int charsetOffset)
charsetOffset - charset offsetpublic int getFdarrayOffset()
public void setFdarrayOffset(int fdarrayOffset)
fdarrayOffset - FD array offsetpublic int getFdselectOffset()
public void setFdselectOffset(int fdselectOffset)
fdselectOffset - FD select offsetpublic int[] getFdprivateOffsets()
public void setFdprivateOffsets(int[] fdprivateOffsets)
fdprivateOffsets - FD private offsetspublic int[] getFdprivateLengths()
public void setFdprivateLengths(int[] fdprivateLengths)
fdprivateLengths - FD private lengthspublic int[] getFdprivateSubrs()
public void setFdprivateSubrs(int[] fdprivateSubrs)
fdprivateSubrs - FD private subrspublic int getNglyphs()
public void setNglyphs(int nglyphs)
nglyphs - number of glyphspublic int getNstrings()
public void setNstrings(int nstrings)
nstrings - number of stringspublic int getCharsetLength()
public void setCharsetLength(int charsetLength)
charsetLength - charset lengthpublic int[] getCharstringsOffsets()
public void setCharstringsOffsets(int[] charstringsOffsets)
charstringsOffsets - char strings offsetspublic int[] getCharset()
public void setCharset(int[] charset)
charset - charsetpublic int[] getFDSelect()
public void setFDSelect(int[] FDSelect)
FDSelect - FD selectpublic int getFDSelectLength()
public void setFDSelectLength(int FDSelectLength)
FDSelectLength - FD select lengthpublic int getFDSelectFormat()
public void setFDSelectFormat(int FDSelectFormat)
FDSelectFormat - FD select formatpublic int getCharstringType()
public void setCharstringType(int charstringType)
charstringType - char string typepublic int getFDArrayCount()
public void setFDArrayCount(int FDArrayCount)
FDArrayCount - FD array countpublic int getFDArrayOffsize()
public void setFDArrayOffsize(int FDArrayOffsize)
FDArrayOffsize - FD array offsizepublic int[] getFDArrayOffsets()
public void setFDArrayOffsets(int[] FDArrayOffsets)
FDArrayOffsets - FD array offsetspublic int[] getPrivateSubrsOffset()
public void setPrivateSubrsOffset(int[] privateSubrsOffset)
privateSubrsOffset - private subrs offsetpublic int[][] getPrivateSubrsOffsetsArray()
public void setPrivateSubrsOffsetsArray(int[][] privateSubrsOffsetsArray)
privateSubrsOffsetsArray - private subrs offsets arraypublic int[] getSubrsOffsets()
public void setSubrsOffsets(int[] subrsOffsets)
subrsOffsets - subrs offsetspublic int[] getGidToCid()
public void setGidToCid(int[] gidToCid)
gidToCid - glyphs to character id arrayCopyright © 1998–2025 Apryse Group NV. All rights reserved.