KiCad PCB EDA Suite
Loading...
Searching...
No Matches
GLYPH_CACHE_KEY Struct Reference

Public Member Functions

bool operator== (const GLYPH_CACHE_KEY &rhs) const
 

Public Attributes

FT_Face face
 
hb_codepoint_t codepoint
 
bool fakeItalic
 
bool fakeBold
 
bool mirror
 
EDA_ANGLE angle
 

Detailed Description

Definition at line 259 of file outline_font.cpp.

Member Function Documentation

◆ operator==()

bool GLYPH_CACHE_KEY::operator== ( const GLYPH_CACHE_KEY rhs) const
inline

Definition at line 267 of file outline_font.cpp.

References angle, codepoint, face, fakeBold, fakeItalic, and mirror.

Member Data Documentation

◆ angle

EDA_ANGLE GLYPH_CACHE_KEY::angle

Definition at line 265 of file outline_font.cpp.

Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().

◆ codepoint

hb_codepoint_t GLYPH_CACHE_KEY::codepoint

◆ face

FT_Face GLYPH_CACHE_KEY::face

Definition at line 260 of file outline_font.cpp.

Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().

◆ fakeBold

bool GLYPH_CACHE_KEY::fakeBold

Definition at line 263 of file outline_font.cpp.

Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().

◆ fakeItalic

bool GLYPH_CACHE_KEY::fakeItalic

Definition at line 262 of file outline_font.cpp.

Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().

◆ mirror

bool GLYPH_CACHE_KEY::mirror

Definition at line 264 of file outline_font.cpp.

Referenced by std::hash< GLYPH_CACHE_KEY >::operator()(), and operator==().


The documentation for this struct was generated from the following file: