FontLoader
Complete API reference for FontLoader, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Fonts
Component: no
public class FontLoader
Constructors
| Signature | Description |
|---|---|
FontLoader(Font) | Executes FontLoader and returns after the underlying engine call finishes. |
FontLoader(Engine) | Executes FontLoader and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
font | Font | Represents the font value stored on this instance. Read or assign to update the property. |
Static Methods
| Signature | Returns | Description |
|---|---|---|
load(int) | Font | Loads data into the object. |
load(FontFile, int) | Font | Loads data into the object. |
load(File, int) | Font | Loads data into the object. |