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, 30 Mar 2023 05:05:31 +0000 (22:05 -0700)
commitf36f98ad97f029ded83d9198d8344d59818c535a
treeaf17ae9472399d2490eb2c66fd2e9c873da27e4a
parent1c717d96d39855ee3919f0ed760f33243aee32bd
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