diff -r f18dc427f86f -r 9c44c55d327a src/ascension/ui/text.h --- a/src/ascension/ui/text.h Thu Apr 18 21:53:53 2024 +0200 +++ b/src/ascension/ui/text.h Thu Apr 18 22:53:55 2024 +0200 @@ -38,7 +38,7 @@ typedef struct AscText { extend_asc_scene_node; cxmutstr text; - AscFont const *font; + AscFont font; asc_col4i color; unsigned short max_width; unsigned short offx;