RetroArch
Public Attributes | List of all members
stb_unicode_font_renderer_t Struct Reference
Collaboration diagram for stb_unicode_font_renderer_t:
[legend]

Public Attributes

uint8_tfont_data
 
stbtt_fontinfo info
 
int max_glyph_width
 
int max_glyph_height
 
int line_height
 
float scale_factor
 
struct font_atlas atlas
 
stb_unicode_atlas_slot_t atlas_slots [STB_UNICODE_ATLAS_SIZE]
 
stb_unicode_atlas_slot_tuc_map [0x100]
 
unsigned usage_counter
 

Member Data Documentation

◆ atlas

struct font_atlas stb_unicode_font_renderer_t::atlas

◆ atlas_slots

stb_unicode_atlas_slot_t stb_unicode_font_renderer_t::atlas_slots[STB_UNICODE_ATLAS_SIZE]

◆ font_data

uint8_t* stb_unicode_font_renderer_t::font_data

◆ info

stbtt_fontinfo stb_unicode_font_renderer_t::info

◆ line_height

int stb_unicode_font_renderer_t::line_height

◆ max_glyph_height

int stb_unicode_font_renderer_t::max_glyph_height

◆ max_glyph_width

int stb_unicode_font_renderer_t::max_glyph_width

◆ scale_factor

float stb_unicode_font_renderer_t::scale_factor

◆ uc_map

stb_unicode_atlas_slot_t* stb_unicode_font_renderer_t::uc_map[0x100]

◆ usage_counter

unsigned stb_unicode_font_renderer_t::usage_counter

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