Kohi Game Engine
stbtt_pack_range Struct Reference

#include <stb_truetype.h>

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
 

Field Documentation

◆ array_of_unicode_codepoints

int* array_of_unicode_codepoints

◆ chardata_for_range

stbtt_packedchar* chardata_for_range

◆ first_unicode_codepoint_in_range

int first_unicode_codepoint_in_range

◆ font_size

float font_size

◆ h_oversample

unsigned char h_oversample

◆ num_chars

int num_chars

◆ v_oversample

unsigned char v_oversample

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