HomeEngine API Reference - v2.21.3
    Preparing search index...

    Class Font

    Represents the resource of a font asset.

    Index
    intensity: number

    The font intensity.

    textures: Texture[]

    The font textures.

    • Frees the GPU textures owned by the font and removes them from the resource loader cache. Called automatically when the owning font asset is unloaded (see Asset#unload).

      Returns void