src/ascension/ui/text.h

changeset 65
9c44c55d327a
parent 59
764fbb013252
     1.1 --- a/src/ascension/ui/text.h	Thu Apr 18 21:53:53 2024 +0200
     1.2 +++ b/src/ascension/ui/text.h	Thu Apr 18 22:53:55 2024 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  typedef struct AscText {
     1.5      extend_asc_scene_node;
     1.6      cxmutstr text;
     1.7 -    AscFont const *font;
     1.8 +    AscFont font;
     1.9      asc_col4i color;
    1.10      unsigned short max_width;
    1.11      unsigned short offx;

mercurial