Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::font_manager::cached_font Struct Reference

Public Attributes

font_info info
 
glyph_lut_t cached_glyphs
 
true_type_fontfont {}
 
font_handle master_font_handle = BGFX_INVALID_HANDLE
 
int16_t padding {}
 
Atlasatlas {}
 
glyph_info white_glyph {}
 

Detailed Description

Definition at line 370 of file font_manager.cpp.

Member Data Documentation

◆ atlas

Atlas* gfx::font_manager::cached_font::atlas {}

Definition at line 379 of file font_manager.cpp.

◆ cached_glyphs

glyph_lut_t gfx::font_manager::cached_font::cached_glyphs

Definition at line 373 of file font_manager.cpp.

◆ font

true_type_font* gfx::font_manager::cached_font::font {}

Definition at line 374 of file font_manager.cpp.

◆ info

font_info gfx::font_manager::cached_font::info

Definition at line 372 of file font_manager.cpp.

◆ master_font_handle

font_handle gfx::font_manager::cached_font::master_font_handle = BGFX_INVALID_HANDLE

Definition at line 376 of file font_manager.cpp.

◆ padding

int16_t gfx::font_manager::cached_font::padding {}

Definition at line 377 of file font_manager.cpp.

◆ white_glyph

glyph_info gfx::font_manager::cached_font::white_glyph {}

Definition at line 380 of file font_manager.cpp.


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