|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.itext.extension.font.AbstractFontRegistry
public abstract class AbstractFontRegistry
| Constructor Summary | |
|---|---|
AbstractFontRegistry()
|
|
| Method Summary | |
|---|---|
com.lowagie.text.Font |
getFont(String familyName,
String encoding,
float size,
int style,
Color color)
|
String |
getSystemEncoding()
|
boolean |
isBold(int style)
checks if this font is Bold. |
boolean |
isItalic(int style)
checks if this font is Bold. |
boolean |
isStrikethru(int style)
checks if the style of this font is STRIKETHRU. |
boolean |
isUnderlined(int style)
checks if this font is underlined. |
protected abstract String |
resolveFamilyName(String familyName,
int style)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractFontRegistry()
| Method Detail |
|---|
public com.lowagie.text.Font getFont(String familyName,
String encoding,
float size,
int style,
Color color)
getFont in interface IFontProviderpublic boolean isBold(int style)
booleanpublic boolean isItalic(int style)
booleanpublic boolean isUnderlined(int style)
booleanpublic boolean isStrikethru(int style)
booleanpublic String getSystemEncoding()
protected abstract String resolveFamilyName(String familyName,
int style)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||