Skip to content

Documentation / scene / FontAssetFetchOptions

Type Alias: FontAssetFetchOptions

FontAssetFetchOptions = BaseFetchOptions & object

Defined in: libs/scene/src/asset/assetmanager.ts:68

Options for font fetching.

Type Declaration

pageSize?

optional pageSize?: number

glyphSize?

optional glyphSize?: number

Released under the MIT License.