com.sun.pdfview.font
public class PDFFontDescriptor extends Object
Constructor Summary | |
---|---|
PDFFontDescriptor(String basefont) Creates a new instance of PDFFontDescriptor | |
PDFFontDescriptor(PDFObject obj) Creates a new instance of PDFFontDescriptor |
Method Summary | |
---|---|
int | getAscent() Getter for property ascent. |
int | getAvgWidth() Getter for property avgWidth. |
int | getCapHeight() Getter for property capHeight. |
PDFObject | getCharSet() Getter for property charSet. |
int | getDescent() Getter for property descent. |
int | getFlags() Getter for property flags. |
Float | getFontBBox() Getter for property fontBBox. |
PDFObject | getFontFile() Getter for property fontFile. |
PDFObject | getFontFile2() Getter for property fontFile2. |
PDFObject | getFontFile3() Getter for property fontFile3. |
String | getFontName() Getter for property fontName. |
int | getItalicAngle() Getter for property italicAngle. |
int | getLeading() Getter for property leading. |
int | getMaxWidth() Getter for property maxWidth. |
int | getMissingWidth() Getter for property misingWidth. |
int | getStemH() Getter for property stemH. |
int | getStemV() Getter for property stemV. |
int | getXHeight() Getter for property xHeight. |
void | setAscent(int ascent) Setter for property ascent. |
void | setAvgWidth(int avgWidth) Setter for property avgWidth. |
void | setCapHeight(int capHeight) Setter for property capHeight. |
void | setCharSet(PDFObject charSet) Setter for property charSet. |
void | setDescent(int descent) Setter for property descent. |
void | setFlags(int flags) Setter for property flags. |
void | setFontBBox(Float fontBBox) Setter for property fontBBox. |
void | setFontFile(PDFObject fontFile) Setter for property fontFile. |
void | setFontFile2(PDFObject fontFile2) Setter for property fontFile2. |
void | setFontFile3(PDFObject fontFile3) Setter for property fontFile3. |
void | setFontName(String fontName) Setter for property fontName. |
void | setItalicAngle(int italicAngle) Setter for property italicAngle. |
void | setLeading(int leading) Setter for property leading. |
void | setMaxWidth(int maxWidth) Setter for property maxWidth. |
void | setMissingWidth(int missingWidth) Setter for property misingWidth. |
void | setStemH(int stemH) Setter for property stemH. |
void | setStemV(int stemV) Setter for property stemV. |
void | setXHeight(int xHeight) Setter for property xHeight. |
Returns: Value of property ascent.
Returns: Value of property avgWidth.
Returns: Value of property capHeight.
Returns: Value of property charSet.
Returns: Value of property descent.
Returns: Value of property flags.
Returns: Value of property fontBBox.
Returns: Value of property fontFile.
Returns: Value of property fontFile2.
Returns: Value of property fontFile3.
Returns: Value of property fontName.
Returns: Value of property italicAngle.
Returns: Value of property leading.
Returns: Value of property maxWidth.
Returns: Value of property misingWidth.
Returns: Value of property stemH.
Returns: Value of property stemV.
Returns: Value of property xHeight.
Parameters: ascent New value of property ascent.
Parameters: avgWidth New value of property avgWidth.
Parameters: capHeight New value of property capHeight.
Parameters: charSet New value of property charSet.
Parameters: descent New value of property descent.
Parameters: flags New value of property flags.
Parameters: fontBBox New value of property fontBBox.
Parameters: fontFile New value of property fontFile.
Parameters: fontFile2 New value of property fontFile2.
Parameters: fontFile3 New value of property fontFile3.
Parameters: fontName New value of property fontName.
Parameters: italicAngle New value of property italicAngle.
Parameters: leading New value of property leading.
Parameters: maxWidth New value of property maxWidth.
Parameters: missingWidth New value of property misingWidth.
Parameters: stemH New value of property stemH.
Parameters: stemV New value of property stemV.
Parameters: xHeight New value of property xHeight.