Package-level declarations
Types
Native text engine for SDF glyph generation and text layout.
Android implementation of SDF atlas manager for text rendering.
Manages the SDF atlas texture for text rendering. This is a platform-specific implementation that handles:
JVM/Desktop implementation of SDF atlas manager for text rendering.
Functions
Loads a fallback font from Android assets using zero-copy file descriptor. More memory efficient than loading entire font into ByteArray.
Loads a fallback font from a file path using zero-copy file descriptor.
Parses the JSON string from NativeTextEngine.getPendingUploads() into a list of GlyphUpload. JSON format: {"x":0,"y":0,"width":32,"height":32,"data":"base64..."},...
Composable to remember an SdfAtlasManager instance.
Pre-caches printable ASCII characters (32-126) for faster rendering. Should be called during app initialization or when fonts are loaded.