altos/draw: Have each font declare ao_glyph_temp as .comm
authorKeith Packard <keithp@keithp.com>
Wed, 8 Mar 2023 23:52:11 +0000 (15:52 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
commitb2d2a9de490a140e8f2c5c2fba739662b340fb3b
tree0f3f2edf25417985eacfc846fd916d4f6e09044c
parent6394680d1e9ff8596068a73eb43e4adc45722455
altos/draw: Have each font declare ao_glyph_temp as .comm

Create temporary glyph drawing space by having every glyph declare how
much space it needs and letting the linker allocate the largest
possible space.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/draw/ao_text.c
src/draw/font-convert