Post #1700808
2026-04-13 14:21 UTC
@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.
Replies (1)
-
@thezoq2@mastodon.social 2026-04-13 14:21
@CanLehmann It would be pretty easy to add an arbiter, the layout blocks can tell a module if it is enabled for the current pixel or not. However, if different text block end up in different pipeline stages, things become problematic 🤔