|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.graphics.PDFontSetting
public class PDFontSetting
This class represents a font setting used for the graphics state. A font setting is a font and a font size. Maybe there is a better name for this?
| Constructor Summary | |
|---|---|
PDFontSetting()
Creates a blank font setting, font will be null, size will be 1. |
|
PDFontSetting(COSArray fs)
Constructs a font setting from an existing array. |
|
| Method Summary | |
|---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
PDFont |
getFont()
This will get the font for this font setting. |
float |
getFontSize()
This will get the size of the font. |
void |
setFont(PDFont font)
This will set the font for this font setting. |
void |
setFontSize(float size)
This will set the size of the font. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFontSetting()
public PDFontSetting(COSArray fs)
fs - The new font setting value.| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectable
public PDFont getFont()
throws IOException
IOException - If there is an error getting the font.public void setFont(PDFont font)
font - The new font.public float getFontSize()
public void setFontSize(float size)
size - The new size of the font.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||