warmupAscii

suspend fun warmupAscii(nativeEngine: NativeTextEngine, atlasManager: SdfAtlasManager, fontSize: Float, fontWeight: Float = 400.0f)

Pre-caches printable ASCII characters (32-126) for faster rendering. Should be called during app initialization or when fonts are loaded.

Parameters

nativeEngine

The NativeTextEngine to use for glyph generation

atlasManager

The SdfAtlasManager to update with generated glyphs

fontSize

The font size in pixels to cache at

fontWeight

The font weight to use (default 400)