TEXT_ATLAS_SIZE

Constant TEXT_ATLAS_SIZE 

Source
pub const TEXT_ATLAS_SIZE: u32 = 1024;
Expand description

Atlas texture side (square). 1024² fits ~3K glyphs at 32px body — well above typical MILK_MSG.INI usage. The atlas grows append-only inside this footprint; once full, new glyph requests fall back to existing nearest-size slots.