|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.print.TrueTypeFontHolder
public class TrueTypeFontHolder
Name: TrueTypeFontHolder
Description: A class holding true type fonts for the possible font styles.
Constructor Summary | |
---|---|
TrueTypeFontHolder(String name)
Constructs a TrueTypeFontHolder instance with specific attributes. |
Method Summary | |
---|---|
com.lowagie.text.pdf.BaseFont |
getBoldFont()
Getter method for the the property boldFont. |
com.lowagie.text.pdf.BaseFont |
getBoldItalicFont()
Getter method for the the property boldItalicFont. |
boolean |
getCached()
Getter method for the the property cached. |
boolean |
getEmbedded()
Getter method for the the property embedded. |
com.lowagie.text.pdf.BaseFont |
getItalicFont()
Getter method for the the property italicFont. |
String |
getName()
Getter method for the the property name. |
com.lowagie.text.pdf.BaseFont |
getNormalFont()
Getter method for the the property normalFont. |
void |
setBoldFont(byte[] ttfAfm)
Setter method for the the property boldFont. |
void |
setBoldItalicFont(byte[] ttfAfm)
Setter method for the the property boldItalicFont. |
void |
setCached(boolean cached)
Setter method for the the property cached. |
void |
setEmbedded(boolean embedded)
Setter method for the the property embedded. |
void |
setItalicFont(byte[] ttfAfm)
Setter method for the the property italicFont. |
void |
setName(String name)
Setter method for the the property name. |
void |
setNormalFont(byte[] ttfAfm)
Setter method for the the property normalFont. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrueTypeFontHolder(String name)
name
- The font name.Method Detail |
---|
public String getName()
public void setName(String name)
name
- The value to set for the property name.public boolean getEmbedded()
public void setEmbedded(boolean embedded)
embedded
- The value to set for the property embedded.public boolean getCached()
public void setCached(boolean cached)
cached
- The value to set for the property cached.public com.lowagie.text.pdf.BaseFont getNormalFont()
public void setNormalFont(byte[] ttfAfm) throws IOException, com.lowagie.text.DocumentException
ttfAfm
- The TTF font data.
IOException
- In case the base font creation failed.
com.lowagie.text.DocumentException
- In case the base font creation failed.public com.lowagie.text.pdf.BaseFont getBoldFont()
public void setBoldFont(byte[] ttfAfm) throws IOException, com.lowagie.text.DocumentException
ttfAfm
- The TTF font data.
IOException
- In case the base font creation failed.
com.lowagie.text.DocumentException
- In case the base font creation failed.public com.lowagie.text.pdf.BaseFont getItalicFont()
public void setItalicFont(byte[] ttfAfm) throws IOException, com.lowagie.text.DocumentException
ttfAfm
- The TTF font data.
IOException
- In case the base font creation failed.
com.lowagie.text.DocumentException
- In case the base font creation failed.public com.lowagie.text.pdf.BaseFont getBoldItalicFont()
public void setBoldItalicFont(byte[] ttfAfm) throws IOException, com.lowagie.text.DocumentException
ttfAfm
- The TTF font data.
IOException
- In case the base font creation failed.
com.lowagie.text.DocumentException
- In case the base font creation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |