|
KiCad PCB EDA Suite
|
Public Member Functions | |
| bool | operator== (const GLYPH_CACHE_KEY &rhs) const |
Public Attributes | |
| FT_Face | face |
| hb_codepoint_t | codepoint |
| VECTOR2D | scale |
| bool | forDrawingSheet |
| bool | fakeItalic |
| bool | fakeBold |
| bool | mirror |
| bool | supersub |
| EDA_ANGLE | angle |
Definition at line 372 of file outline_font.cpp.
|
inline |
Definition at line 383 of file outline_font.cpp.
References angle, codepoint, face, fakeBold, fakeItalic, forDrawingSheet, mirror, scale, and supersub.
| EDA_ANGLE GLYPH_CACHE_KEY::angle |
Definition at line 381 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 374 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| FT_Face GLYPH_CACHE_KEY::face |
Definition at line 373 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::fakeBold |
Definition at line 378 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::fakeItalic |
Definition at line 377 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::forDrawingSheet |
Definition at line 376 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::mirror |
Definition at line 379 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| VECTOR2D GLYPH_CACHE_KEY::scale |
Definition at line 375 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::supersub |
Definition at line 380 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().