|
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 342 of file outline_font.cpp.
| std::vector<hb_glyph_info_t> HARFBUZZ_CACHE_ENTRY::m_GlyphInfo |
Definition at line 344 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 345 of file outline_font.cpp.
Referenced by getHarfbuzzShape(), and KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked().
| bool HARFBUZZ_CACHE_ENTRY::m_Initialized = false |
Definition at line 346 of file outline_font.cpp.
Referenced by getHarfbuzzShape().