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 | |
float | font_size |
int | first_unicode_codepoint_in_range |
int * | array_of_unicode_codepoints |
int | num_chars |
stbtt_packedchar * | chardata_for_range |
unsigned char | h_oversample |
unsigned char | v_oversample |
Definition at line 619 of file stb_truetype.h.
int* stbtt_pack_range::array_of_unicode_codepoints |
Definition at line 623 of file stb_truetype.h.
stbtt_packedchar* stbtt_pack_range::chardata_for_range |
Definition at line 625 of file stb_truetype.h.
int stbtt_pack_range::first_unicode_codepoint_in_range |
Definition at line 622 of file stb_truetype.h.
float stbtt_pack_range::font_size |
Definition at line 621 of file stb_truetype.h.
unsigned char stbtt_pack_range::h_oversample |
Definition at line 626 of file stb_truetype.h.
int stbtt_pack_range::num_chars |
Definition at line 624 of file stb_truetype.h.
unsigned char stbtt_pack_range::v_oversample |
Definition at line 626 of file stb_truetype.h.