Eclipse SUMO - Simulation of Urban MObility
stbtt_pack_range Struct Reference

#include <stb_truetype.h>

Collaboration diagram for stbtt_pack_range:
[legend]

Data Fields

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

Detailed Description

Definition at line 587 of file stb_truetype.h.

Field Documentation

◆ array_of_unicode_codepoints

int* stbtt_pack_range::array_of_unicode_codepoints

Definition at line 591 of file stb_truetype.h.

◆ chardata_for_range

stbtt_packedchar* stbtt_pack_range::chardata_for_range

Definition at line 593 of file stb_truetype.h.

◆ first_unicode_codepoint_in_range

int stbtt_pack_range::first_unicode_codepoint_in_range

Definition at line 590 of file stb_truetype.h.

◆ font_size

float stbtt_pack_range::font_size

Definition at line 589 of file stb_truetype.h.

◆ h_oversample

unsigned char stbtt_pack_range::h_oversample

Definition at line 594 of file stb_truetype.h.

◆ num_chars

int stbtt_pack_range::num_chars

Definition at line 592 of file stb_truetype.h.

◆ v_oversample

unsigned char stbtt_pack_range::v_oversample

Definition at line 594 of file stb_truetype.h.


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