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)
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>

No differences found