const CHAR_ADVANCE: f32 = 0.75;Expand description
Conservative upper bound on a proportional glyph’s advance as a fraction of the font size — lets a label’s width be estimated from its character count without a galley. Biased high so the estimate never under-covers a real label.