KiCad PCB EDA Suite
|
Public Attributes | |
std::vector< hb_glyph_info_t > | m_GlyphInfo |
std::vector< hb_glyph_position_t > | m_GlyphPositions |
bool | m_Initialized = false |
Definition at line 308 of file outline_font.cpp.
std::vector<hb_glyph_info_t> HARFBUZZ_CACHE_ENTRY::m_GlyphInfo |
Definition at line 310 of file outline_font.cpp.
Referenced by getHarfbuzzShape(), and KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked().
std::vector<hb_glyph_position_t> HARFBUZZ_CACHE_ENTRY::m_GlyphPositions |
Definition at line 311 of file outline_font.cpp.
Referenced by getHarfbuzzShape(), and KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked().
bool HARFBUZZ_CACHE_ENTRY::m_Initialized = false |
Definition at line 312 of file outline_font.cpp.
Referenced by getHarfbuzzShape().