API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAtlasMode
@codexo/exojs / rendering / stable
Atlas rendering mode. Determines texture format and rasterization strategy. `'sdf'` uses a single-channel R8 DataTexture with EDT-based rasterization. `'color'` uses an RGBA canvas for emoji / colour-font glyphs. MSDF is supported for BitmapText via offline-generated atlases only.
0
props
0
methods
0
events
Import
import { AtlasMode } from '@codexo/exojs'Atlas rendering mode. Determines texture format and rasterization strategy. `'sdf'` uses a single-channel R8 DataTexture with EDT-based rasterization. `'color'` uses an RGBA canvas for emoji / colour-font glyphs. MSDF is supported for BitmapText via offline-generated atlases only.
Definition1
"color" | "sdf"Source