Post #1700807
2026-04-13 10:41 UTC
@thezoq2 What does it do if you render two overlapping texts? Is there an arbiter of something to the font memory?
Replies (1)
-
@thezoq2@mastodon.social 2026-04-13 14:21
@CanLehmann Ah, good eye, you spotted a sort of failure in the abstraction that I hadn't thought about. Each `FixedText` thing will instantiate its own font memory. This seems to be fine for small amounts of text like this, but if you were to fill the whole thing with various text, or have a larger font it'd obviously become an issue.