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.
|
Data Fields | |
void * | userdata |
unsigned char * | data |
int | fontstart |
int | numGlyphs |
int | loca |
int | head |
int | glyf |
int | hhea |
int | hmtx |
int | kern |
int | gpos |
int | svg |
int | index_map |
int | indexToLocFormat |
stbtt__buf | cff |
stbtt__buf | charstrings |
stbtt__buf | gsubrs |
stbtt__buf | subrs |
stbtt__buf | fontdicts |
stbtt__buf | fdselect |
Definition at line 713 of file stb_truetype.h.
stbtt__buf stbtt_fontinfo::cff |
Definition at line 725 of file stb_truetype.h.
stbtt__buf stbtt_fontinfo::charstrings |
Definition at line 726 of file stb_truetype.h.
unsigned char* stbtt_fontinfo::data |
Definition at line 716 of file stb_truetype.h.
stbtt__buf stbtt_fontinfo::fdselect |
Definition at line 730 of file stb_truetype.h.
stbtt__buf stbtt_fontinfo::fontdicts |
Definition at line 729 of file stb_truetype.h.
int stbtt_fontinfo::fontstart |
Definition at line 717 of file stb_truetype.h.
int stbtt_fontinfo::glyf |
Definition at line 721 of file stb_truetype.h.
int stbtt_fontinfo::gpos |
Definition at line 721 of file stb_truetype.h.
stbtt__buf stbtt_fontinfo::gsubrs |
Definition at line 727 of file stb_truetype.h.
int stbtt_fontinfo::head |
Definition at line 721 of file stb_truetype.h.
int stbtt_fontinfo::hhea |
Definition at line 721 of file stb_truetype.h.
int stbtt_fontinfo::hmtx |
Definition at line 721 of file stb_truetype.h.
int stbtt_fontinfo::index_map |
Definition at line 722 of file stb_truetype.h.
int stbtt_fontinfo::indexToLocFormat |
Definition at line 723 of file stb_truetype.h.
int stbtt_fontinfo::kern |
Definition at line 721 of file stb_truetype.h.
int stbtt_fontinfo::loca |
Definition at line 721 of file stb_truetype.h.
int stbtt_fontinfo::numGlyphs |
Definition at line 719 of file stb_truetype.h.
stbtt__buf stbtt_fontinfo::subrs |
Definition at line 728 of file stb_truetype.h.
int stbtt_fontinfo::svg |
Definition at line 721 of file stb_truetype.h.
void* stbtt_fontinfo::userdata |
Definition at line 715 of file stb_truetype.h.