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

Data Fields

struct nk_vec2 padding
 
struct nk_color background
 
struct nk_color text
 

Detailed Description

Definition at line 252 of file nuklear_internal.h.

Field Documentation

◆ background

struct nk_color nk_text::background

Definition at line 254 of file nuklear_internal.h.

◆ padding

struct nk_vec2 nk_text::padding

Definition at line 253 of file nuklear_internal.h.

◆ text

struct nk_color nk_text::text

Definition at line 255 of file nuklear_internal.h.