RetroArch
Public Attributes | List of all members
nk_command_text Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_command_text:
[legend]

Public Attributes

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 [1]
 

Member Data Documentation

◆ background

struct nk_color nk_command_text::background

◆ font

const struct nk_user_font* nk_command_text::font

◆ foreground

struct nk_color nk_command_text::foreground

◆ h

unsigned short nk_command_text::h

◆ header

struct nk_command nk_command_text::header

◆ height

float nk_command_text::height

◆ length

int nk_command_text::length

◆ string

char nk_command_text::string[1]

◆ w

unsigned short nk_command_text::w

◆ x

short nk_command_text::x

◆ y

short nk_command_text::y

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