Package | Description |
---|---|
ej.style.font |
Font profile definition.
|
Modifier and Type | Method and Description |
---|---|
FontProfile.FontSize |
FontProfile.getSize()
Gets the font size.
|
static FontProfile.FontSize |
FontProfile.FontSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontProfile.FontSize[] |
FontProfile.FontSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FontProfile.setSize(FontProfile.FontSize size)
Sets the size.
|
Constructor and Description |
---|
FontProfile(java.lang.String family,
FontProfile.FontSize size,
int style)
Creates a font profile specifying its attributes.
|