|
Kohi Game Engine
|
#include <stb_truetype.h>
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 |
| int* array_of_unicode_codepoints |
| stbtt_packedchar* chardata_for_range |
| int first_unicode_codepoint_in_range |
| float font_size |
| unsigned char h_oversample |
| int num_chars |
| unsigned char v_oversample |