Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_style_text Struct Reference
Collaboration diagram for nk_style_text:

Data Fields

struct nk_color color
 
struct nk_vec2 padding
 
float color_factor
 
float disabled_factor
 

Detailed Description

Definition at line 4943 of file nuklear.h.

Field Documentation

◆ color

struct nk_color nk_style_text::color

Definition at line 4944 of file nuklear.h.

◆ color_factor

float nk_style_text::color_factor

Definition at line 4946 of file nuklear.h.

◆ disabled_factor

float nk_style_text::disabled_factor

Definition at line 4947 of file nuklear.h.

◆ padding

struct nk_vec2 nk_style_text::padding

Definition at line 4945 of file nuklear.h.