Установка шрифта текста кнопки
#include <ugui.h> UG_RESULT UG_ButtonSetFont( UG_WINDOW *wnd, UG_U8 id, const UG_FONT *font );
ugui
UG_ButtonSetFont( &window_1, BTN_ID_0, &FONT_12X20 );
Предыдущий раздел: Оконный виджет (кнопка)