init

actual external fun init(atlasWidth: Int, atlasHeight: Int)
expect fun init(atlasWidth: Int, atlasHeight: Int)

Initializes the text engine with the given atlas dimensions. Must be called before any other operations.

Parameters

atlasWidth

Width of the glyph atlas in pixels (typically 2048)

atlasHeight

Height of the glyph atlas in pixels (typically 2048)

actual external fun init(atlasWidth: Int, atlasHeight: Int)