public abstract class AbstractFontRegistry extends Object implements IFontProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractFontRegistry.ExtendedBaseFont |
| Constructor and Description |
|---|
AbstractFontRegistry() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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()
Copyright © 2017. All Rights Reserved.