Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
stbtt_pack_range Struct Reference

#include <imstb_truetype.h>

Collaboration diagram for stbtt_pack_range:
[legend]

Public Attributes

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
 

Member Data Documentation

◆ array_of_unicode_codepoints

int* stbtt_pack_range::array_of_unicode_codepoints

◆ chardata_for_range

stbtt_packedchar* stbtt_pack_range::chardata_for_range

◆ first_unicode_codepoint_in_range

int stbtt_pack_range::first_unicode_codepoint_in_range

◆ font_size

float stbtt_pack_range::font_size

◆ h_oversample

unsigned char stbtt_pack_range::h_oversample

◆ num_chars

int stbtt_pack_range::num_chars

◆ v_oversample

unsigned char stbtt_pack_range::v_oversample

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