13#ifndef WIDGETS_GP_WIDGET_STYLE_H
14#define WIDGETS_GP_WIDGET_STYLE_H
18 return (is_focused && ctx->focused_is_bold) ? ctx->
font_bold : ctx->
font;
31 if (gp_widget_is_disabled(self, render_flags))
43 gp_pixel frame_color = gp_widget_text_color(self, ctx, render_flags);
uint32_t gp_pixel
Pixel integer value.