Skip to content

Documentation / scene / FontAssetMSDFAtlasSettings

Type Alias: FontAssetMSDFAtlasSettings

FontAssetMSDFAtlasSettings = Readonly<{ pageSize: number; glyphSize: number; }>

Defined in: libs/scene/src/text/font/font_asset.ts:11

MSDF atlas settings associated with a font asset.

Released under the MIT License.