Mirror Engine
V5
How To
Mirror Engine Logo

Mirror Engine API


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

Font

Properties

intensity

intensity: number

The font intensity.


textures

textures: Texture[];

The font textures.

Mirror Engine Logo