Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.font.loader |
Font loader definition and default implementations.
|
ej.style.util |
Styling utilities.
|
Modifier and Type | Field and Description |
---|---|
protected FontProfile |
Style.fontProfile
Font profile.
|
Modifier and Type | Method and Description |
---|---|
FontProfile |
Style.getFontProfile()
Gets the font profile.
|
Modifier and Type | Method and Description |
---|---|
ej.microui.display.Font |
FontLoader.getFont(FontProfile fontProfile)
Gets the MicroUI font matching the given font profile.
|
ej.microui.display.Font |
AbstractFontLoader.getFont(FontProfile fontProfile) |
protected int |
DefaultFontLoader.getFontHeight(FontProfile fontProfile) |
protected abstract int |
AbstractFontLoader.getFontHeight(FontProfile fontProfile)
Gets the expected font height in pixels for the given font profile.
|
Modifier and Type | Method and Description |
---|---|
static ej.microui.display.Font |
StyleHelper.getFont(FontProfile fontProfile)
Utility method to get the font matching a font profile using the font loader.
|
void |
EditableStyle.setFontProfile(FontProfile fontProfile)
Sets the font profile.
|