| 
    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 366 of file outline_font.cpp.
      
  | 
  inline | 
Definition at line 377 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 375 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 368 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| FT_Face GLYPH_CACHE_KEY::face | 
Definition at line 367 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::fakeBold | 
Definition at line 372 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::fakeItalic | 
Definition at line 371 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::forDrawingSheet | 
Definition at line 370 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::mirror | 
Definition at line 373 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| VECTOR2D GLYPH_CACHE_KEY::scale | 
Definition at line 369 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().
| bool GLYPH_CACHE_KEY::supersub | 
Definition at line 374 of file outline_font.cpp.
Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().