struct stbtt_pack_range
Overview
#include <imstb_truetype.h> struct stbtt_pack_range { // 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; };