|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.support.itext.BaseFontRecord
A PDF font record.
Constructor Summary | |
BaseFontRecord()
Creates a new font record. |
Method Summary | |
BaseFontRecordKey |
createKey()
Creates a font record key. |
com.lowagie.text.pdf.BaseFont |
getBaseFont()
Returns the iText BaseFont. |
java.lang.String |
getEncoding()
Returns the encoding. |
FontDefinition |
getFontDefinition()
Returns the AWT font. |
float |
getFontHeight()
Returns the font height. |
java.lang.String |
getLogicalName()
Returns the logical name of the font. |
boolean |
isEmbedded()
Returns true if the font should be embedded in the PDF output, and false if not. |
void |
setBaseFont(com.lowagie.text.pdf.BaseFont baseFont)
Sets the iText BaseFont. |
void |
setEmbedded(boolean embedded)
Sets the flag that controls whether or not this font will be embedded in the PDF output. |
void |
setEncoding(java.lang.String encoding)
Sets the encoding. |
void |
setFontDefinition(FontDefinition awtFont)
Sets the AWT font. |
void |
setLogicalName(java.lang.String logicalName)
Sets the logical name of the font. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseFontRecord()
Method Detail |
public BaseFontRecordKey createKey()
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- the encoding.public boolean isEmbedded()
public void setEmbedded(boolean embedded)
embedded
- the flag.public java.lang.String getLogicalName()
public void setLogicalName(java.lang.String logicalName)
logicalName
- the logical name.public FontDefinition getFontDefinition()
public void setFontDefinition(FontDefinition awtFont)
awtFont
- the AWT font.public com.lowagie.text.pdf.BaseFont getBaseFont()
public void setBaseFont(com.lowagie.text.pdf.BaseFont baseFont)
baseFont
- the iText BaseFont.public float getFontHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |