KiCad PCB EDA Suite
|
Public Member Functions | |
bool | operator== (const GLYPH_CACHE_KEY &rhs) const |
Public Attributes | |
FT_Face | face |
hb_codepoint_t | codepoint |
double | scaler |
bool | forDrawingSheet |
bool | fakeItalic |
bool | fakeBold |
bool | mirror |
EDA_ANGLE | angle |
Definition at line 294 of file outline_font.cpp.
|
inline |
Definition at line 304 of file outline_font.cpp.
References angle, codepoint, face, fakeBold, fakeItalic, forDrawingSheet, mirror, and scaler.
EDA_ANGLE GLYPH_CACHE_KEY::angle |
Definition at line 302 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
hb_codepoint_t GLYPH_CACHE_KEY::codepoint |
Definition at line 296 of file outline_font.cpp.
Referenced by KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked(), std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
FT_Face GLYPH_CACHE_KEY::face |
Definition at line 295 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
bool GLYPH_CACHE_KEY::fakeBold |
Definition at line 300 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
bool GLYPH_CACHE_KEY::fakeItalic |
Definition at line 299 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
bool GLYPH_CACHE_KEY::forDrawingSheet |
Definition at line 298 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
bool GLYPH_CACHE_KEY::mirror |
Definition at line 301 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
double GLYPH_CACHE_KEY::scaler |
Definition at line 297 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().