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

Data Fields

struct nk_command header
 
const struct nk_user_fontfont
 
struct nk_color background
 
struct nk_color foreground
 
short x
 
short y
 
unsigned short w
 
unsigned short h
 
float height
 
int length
 
char string [2]
 

Detailed Description

Definition at line 4658 of file nuklear.h.

Field Documentation

◆ background

struct nk_color nk_command_text::background

Definition at line 4661 of file nuklear.h.

◆ font

const struct nk_user_font* nk_command_text::font

Definition at line 4660 of file nuklear.h.

◆ foreground

struct nk_color nk_command_text::foreground

Definition at line 4662 of file nuklear.h.

◆ h

unsigned short nk_command_text::h

Definition at line 4664 of file nuklear.h.

◆ header

struct nk_command nk_command_text::header

Definition at line 4659 of file nuklear.h.

◆ height

float nk_command_text::height

Definition at line 4665 of file nuklear.h.

◆ length

int nk_command_text::length

Definition at line 4666 of file nuklear.h.

◆ string

char nk_command_text::string[2]

Definition at line 4667 of file nuklear.h.

◆ w

unsigned short nk_command_text::w

Definition at line 4664 of file nuklear.h.

◆ x

short nk_command_text::x

Definition at line 4663 of file nuklear.h.

◆ y

short nk_command_text::y

Definition at line 4663 of file nuklear.h.