public abstract class AbstractFontRegistry extends java.lang.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(java.lang.String familyName,
java.lang.String encoding,
float size,
int style,
java.awt.Color color) |
java.lang.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 java.lang.String |
resolveFamilyName(java.lang.String familyName,
int style) |
public com.lowagie.text.Font getFont(java.lang.String familyName,
java.lang.String encoding,
float size,
int style,
java.awt.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 java.lang.String getSystemEncoding()
protected abstract java.lang.String resolveFamilyName(java.lang.String familyName,
int style)
Copyright © 2022. All Rights Reserved.