| Modifier and Type | Field and Description |
|---|---|
Font |
TextFormat.font
The font in which to render the text (null indicates that the default font is used).
|
| Modifier and Type | Method and Description |
|---|---|
Font |
Font.derive(float size)
Derives a font with the same name and style as this one, at the specified size.
|
| Modifier and Type | Method and Description |
|---|---|
TextFormat |
TextFormat.withFont(Font font)
Returns a clone of this text format with the font configured as specified.
|
| Constructor and Description |
|---|
TextFormat(Font font)
Creates a text format instance with the specified font.
|
TextFormat(Font font,
boolean antialias)
Creates a configured text format instance.
|
Copyright © 2018. All Rights Reserved.