com.sun.pdfview.font

Class PDFFontDescriptor

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
intgetAscent()
Getter for property ascent.
intgetAvgWidth()
Getter for property avgWidth.
intgetCapHeight()
Getter for property capHeight.
PDFObjectgetCharSet()
Getter for property charSet.
intgetDescent()
Getter for property descent.
intgetFlags()
Getter for property flags.
FloatgetFontBBox()
Getter for property fontBBox.
PDFObjectgetFontFile()
Getter for property fontFile.
PDFObjectgetFontFile2()
Getter for property fontFile2.
PDFObjectgetFontFile3()
Getter for property fontFile3.
StringgetFontName()
Getter for property fontName.
intgetItalicAngle()
Getter for property italicAngle.
intgetLeading()
Getter for property leading.
intgetMaxWidth()
Getter for property maxWidth.
intgetMissingWidth()
Getter for property misingWidth.
intgetStemH()
Getter for property stemH.
intgetStemV()
Getter for property stemV.
intgetXHeight()
Getter for property xHeight.
voidsetAscent(int ascent)
Setter for property ascent.
voidsetAvgWidth(int avgWidth)
Setter for property avgWidth.
voidsetCapHeight(int capHeight)
Setter for property capHeight.
voidsetCharSet(PDFObject charSet)
Setter for property charSet.
voidsetDescent(int descent)
Setter for property descent.
voidsetFlags(int flags)
Setter for property flags.
voidsetFontBBox(Float fontBBox)
Setter for property fontBBox.
voidsetFontFile(PDFObject fontFile)
Setter for property fontFile.
voidsetFontFile2(PDFObject fontFile2)
Setter for property fontFile2.
voidsetFontFile3(PDFObject fontFile3)
Setter for property fontFile3.
voidsetFontName(String fontName)
Setter for property fontName.
voidsetItalicAngle(int italicAngle)
Setter for property italicAngle.
voidsetLeading(int leading)
Setter for property leading.
voidsetMaxWidth(int maxWidth)
Setter for property maxWidth.
voidsetMissingWidth(int missingWidth)
Setter for property misingWidth.
voidsetStemH(int stemH)
Setter for property stemH.
voidsetStemV(int stemV)
Setter for property stemV.
voidsetXHeight(int xHeight)
Setter for property xHeight.

Constructor Detail

PDFFontDescriptor

public PDFFontDescriptor(String basefont)
Creates a new instance of PDFFontDescriptor

PDFFontDescriptor

public PDFFontDescriptor(PDFObject obj)
Creates a new instance of PDFFontDescriptor

Method Detail

getAscent

public int getAscent()
Getter for property ascent.

Returns: Value of property ascent.

getAvgWidth

public int getAvgWidth()
Getter for property avgWidth.

Returns: Value of property avgWidth.

getCapHeight

public int getCapHeight()
Getter for property capHeight.

Returns: Value of property capHeight.

getCharSet

public PDFObject getCharSet()
Getter for property charSet.

Returns: Value of property charSet.

getDescent

public int getDescent()
Getter for property descent.

Returns: Value of property descent.

getFlags

public int getFlags()
Getter for property flags.

Returns: Value of property flags.

getFontBBox

public Float getFontBBox()
Getter for property fontBBox.

Returns: Value of property fontBBox.

getFontFile

public PDFObject getFontFile()
Getter for property fontFile.

Returns: Value of property fontFile.

getFontFile2

public PDFObject getFontFile2()
Getter for property fontFile2.

Returns: Value of property fontFile2.

getFontFile3

public PDFObject getFontFile3()
Getter for property fontFile3.

Returns: Value of property fontFile3.

getFontName

public String getFontName()
Getter for property fontName.

Returns: Value of property fontName.

getItalicAngle

public int getItalicAngle()
Getter for property italicAngle.

Returns: Value of property italicAngle.

getLeading

public int getLeading()
Getter for property leading.

Returns: Value of property leading.

getMaxWidth

public int getMaxWidth()
Getter for property maxWidth.

Returns: Value of property maxWidth.

getMissingWidth

public int getMissingWidth()
Getter for property misingWidth.

Returns: Value of property misingWidth.

getStemH

public int getStemH()
Getter for property stemH.

Returns: Value of property stemH.

getStemV

public int getStemV()
Getter for property stemV.

Returns: Value of property stemV.

getXHeight

public int getXHeight()
Getter for property xHeight.

Returns: Value of property xHeight.

setAscent

public void setAscent(int ascent)
Setter for property ascent.

Parameters: ascent New value of property ascent.

setAvgWidth

public void setAvgWidth(int avgWidth)
Setter for property avgWidth.

Parameters: avgWidth New value of property avgWidth.

setCapHeight

public void setCapHeight(int capHeight)
Setter for property capHeight.

Parameters: capHeight New value of property capHeight.

setCharSet

public void setCharSet(PDFObject charSet)
Setter for property charSet.

Parameters: charSet New value of property charSet.

setDescent

public void setDescent(int descent)
Setter for property descent.

Parameters: descent New value of property descent.

setFlags

public void setFlags(int flags)
Setter for property flags.

Parameters: flags New value of property flags.

setFontBBox

public void setFontBBox(Float fontBBox)
Setter for property fontBBox.

Parameters: fontBBox New value of property fontBBox.

setFontFile

public void setFontFile(PDFObject fontFile)
Setter for property fontFile.

Parameters: fontFile New value of property fontFile.

setFontFile2

public void setFontFile2(PDFObject fontFile2)
Setter for property fontFile2.

Parameters: fontFile2 New value of property fontFile2.

setFontFile3

public void setFontFile3(PDFObject fontFile3)
Setter for property fontFile3.

Parameters: fontFile3 New value of property fontFile3.

setFontName

public void setFontName(String fontName)
Setter for property fontName.

Parameters: fontName New value of property fontName.

setItalicAngle

public void setItalicAngle(int italicAngle)
Setter for property italicAngle.

Parameters: italicAngle New value of property italicAngle.

setLeading

public void setLeading(int leading)
Setter for property leading.

Parameters: leading New value of property leading.

setMaxWidth

public void setMaxWidth(int maxWidth)
Setter for property maxWidth.

Parameters: maxWidth New value of property maxWidth.

setMissingWidth

public void setMissingWidth(int missingWidth)
Setter for property misingWidth.

Parameters: missingWidth New value of property misingWidth.

setStemH

public void setStemH(int stemH)
Setter for property stemH.

Parameters: stemH New value of property stemH.

setStemV

public void setStemV(int stemV)
Setter for property stemV.

Parameters: stemV New value of property stemV.

setXHeight

public void setXHeight(int xHeight)
Setter for property xHeight.

Parameters: xHeight New value of property xHeight.