|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FontProvider
These two methods are used by FactoryProperties (for HTMLWorker). It's implemented by FontFactoryImp.
| Method Summary | |
|---|---|
Font |
getFont(java.lang.String fontname,
java.lang.String encoding,
boolean embedded,
float size,
int style,
BaseColor color)
Constructs a Font-object. |
boolean |
isRegistered(java.lang.String fontname)
Checks if a certain font is registered. |
| Method Detail |
|---|
boolean isRegistered(java.lang.String fontname)
fontname - the name of the font that has to be checked.
Font getFont(java.lang.String fontname,
java.lang.String encoding,
boolean embedded,
float size,
int style,
BaseColor color)
Font-object.
fontname - the name of the fontencoding - the encoding of the fontembedded - true if the font is to be embedded in the PDFsize - the size of this fontstyle - the style of this fontcolor - the Color of this font.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||