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
stbtt_pack_range Struct Reference
Collaboration diagram for stbtt_pack_range:

Data Fields

float font_size
 
int first_unicode_codepoint_in_range
 
int * array_of_unicode_codepoints
 
int num_chars
 
stbtt_packedcharchardata_for_range
 
unsigned char h_oversample
 
unsigned char v_oversample
 

Detailed Description

Definition at line 619 of file stb_truetype.h.

Field Documentation

◆ array_of_unicode_codepoints

int* stbtt_pack_range::array_of_unicode_codepoints

Definition at line 623 of file stb_truetype.h.

◆ chardata_for_range

stbtt_packedchar* stbtt_pack_range::chardata_for_range

Definition at line 625 of file stb_truetype.h.

◆ first_unicode_codepoint_in_range

int stbtt_pack_range::first_unicode_codepoint_in_range

Definition at line 622 of file stb_truetype.h.

◆ font_size

float stbtt_pack_range::font_size

Definition at line 621 of file stb_truetype.h.

◆ h_oversample

unsigned char stbtt_pack_range::h_oversample

Definition at line 626 of file stb_truetype.h.

◆ num_chars

int stbtt_pack_range::num_chars

Definition at line 624 of file stb_truetype.h.

◆ v_oversample

unsigned char stbtt_pack_range::v_oversample

Definition at line 626 of file stb_truetype.h.


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