Represents the resource of a font asset.
new Font(textures: Texture[], data: any): Font
Create a new Font instance.
Texture
The font textures.
any
The font data.
Font
intensity: number
The font intensity.
textures: Texture[];