Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
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 4615 of file nuklear.h.

Field Documentation

◆ background

struct nk_color nk_command_text::background

Definition at line 4618 of file nuklear.h.

◆ font

const struct nk_user_font* nk_command_text::font

Definition at line 4617 of file nuklear.h.

◆ foreground

struct nk_color nk_command_text::foreground

Definition at line 4619 of file nuklear.h.

◆ h

unsigned short nk_command_text::h

Definition at line 4621 of file nuklear.h.

◆ header

struct nk_command nk_command_text::header

Definition at line 4616 of file nuklear.h.

◆ height

float nk_command_text::height

Definition at line 4622 of file nuklear.h.

◆ length

int nk_command_text::length

Definition at line 4623 of file nuklear.h.

◆ string

char nk_command_text::string[2]

Definition at line 4624 of file nuklear.h.

◆ w

unsigned short nk_command_text::w

Definition at line 4621 of file nuklear.h.

◆ x

short nk_command_text::x

Definition at line 4620 of file nuklear.h.

◆ y

short nk_command_text::y

Definition at line 4620 of file nuklear.h.


The documentation for this struct was generated from the following file: