| 
    KiCad PCB EDA Suite
    
   | 
 
Public Member Functions | |
| bool | operator< (const GLYPH_KEY &aOther) const | 
Public Attributes | |
| uint32_t | m_glyphIndex | 
| std::u32string | m_unicode | 
Definition at line 120 of file pdf_outline_font.h.
| bool PDF_OUTLINE_FONT_SUBSET::GLYPH_KEY::operator< | ( | const GLYPH_KEY & | aOther | ) | const | 
Definition at line 97 of file pdf_outline_font.cpp.
References m_glyphIndex, and m_unicode.
| uint32_t PDF_OUTLINE_FONT_SUBSET::GLYPH_KEY::m_glyphIndex | 
Definition at line 122 of file pdf_outline_font.h.
Referenced by operator<().
| std::u32string PDF_OUTLINE_FONT_SUBSET::GLYPH_KEY::m_unicode | 
Definition at line 123 of file pdf_outline_font.h.
Referenced by operator<().