Skip to main content

FontLoader

Complete API reference for FontLoader, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Fonts

Component: no


public class FontLoader

Constructors

SignatureDescription
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

NameTypeDescription
fontFontRepresents the font value stored on this instance. Read or assign to update the property.

Static Methods

SignatureReturnsDescription
load(int)FontLoads data into the object.
load(FontFile, int)FontLoads data into the object.
load(File, int)FontLoads data into the object.