ui/common/wrapper.h

changeset 746
7899792496cb
parent 736
3ad4792ffadc
child 782
a72d7509d292
--- a/ui/common/wrapper.h	Sun Aug 31 09:44:53 2025 +0200
+++ b/ui/common/wrapper.h	Sun Aug 31 10:31:42 2025 +0200
@@ -83,6 +83,12 @@
 UIEXPORT int ui_filelist_count(UiFileList *flist);
 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index);
 
+UIEXPORT void ui_textstyle_set_bold(UiTextStyle *style, UiBool set);
+UIEXPORT void ui_textstyle_set_underline(UiTextStyle *style, UiBool set);
+UIEXPORT void ui_textstyle_set_italic(UiTextStyle *style, UiBool set);
+UIEXPORT void ui_textstyle_set_color(UiTextStyle *style, int r, int g, int b);
+UIEXPORT void ui_textstyle_enable_color(UiTextStyle *style, UiBool enable);
+
 
 #ifdef __cplusplus
 }

mercurial