|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.backend.documentWriter.itextpdf.PdfFontFactory
public class PdfFontFactory
Factory for fonts to use it with iText.
| Constructor Summary | |
|---|---|
PdfFontFactory()
|
|
| Method Summary | |
|---|---|
static com.lowagie.text.pdf.BaseFont |
getFont(BackendFont backendfont,
UnicodeChar uc)
Returns the font for the pdf backend. |
static void |
setLogger(java.util.logging.Logger logger)
Setter for logger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PdfFontFactory()
| Method Detail |
|---|
public static com.lowagie.text.pdf.BaseFont getFont(BackendFont backendfont,
UnicodeChar uc)
throws com.lowagie.text.DocumentException,
java.io.IOException
backendfont - The backend font.uc - The unicode character.
com.lowagie.text.DocumentException - if a document error occurred.
java.io.IOException - if a io-error occurred.public static void setLogger(java.util.logging.Logger logger)
logger - the logger to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||