How To

Mirror Engine API / Font
Class: Font
Represents the resource of a font asset.
Constructors
new Font()
new Font(textures: Texture[], data: any): Font
Create a new Font instance.
Parameters
textures
Texture
[]
The font textures.
data
any
The font data.
Returns
Properties
intensity
intensity: number
The font intensity.
textures
textures: Texture[];
The font textures.