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

Public Member Functions

bool operator== (const HARFBUZZ_CACHE_KEY &rhs) const
 

Public Attributes

FT_Face face
 
std::string text
 
int scaler
 

Detailed Description

Definition at line 294 of file outline_font.cpp.

Member Function Documentation

◆ operator==()

bool HARFBUZZ_CACHE_KEY::operator== ( const HARFBUZZ_CACHE_KEY & rhs) const
inline

Definition at line 299 of file outline_font.cpp.

References face, scaler, and text.

Member Data Documentation

◆ face

FT_Face HARFBUZZ_CACHE_KEY::face

Definition at line 295 of file outline_font.cpp.

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

◆ scaler

int HARFBUZZ_CACHE_KEY::scaler

Definition at line 297 of file outline_font.cpp.

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

◆ text

std::string HARFBUZZ_CACHE_KEY::text

Definition at line 296 of file outline_font.cpp.

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


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