36 MyFontDesc(wxString DialogString, wxString ConfigString, wxFont *pFont,
37 wxColour color,
bool is_default =
true);
68using FontList = std::list<MyFontDesc *>;
wxString m_nativeInfo
Platform-specific font descriptor string.
wxString m_dialogstring
UI element identifier, e.g., "AISTargetAlert", "StatusBar".
wxString m_configstring
Configuration key in "locale-hash" format.
wxFont * m_font
Font object.
wxColour m_color
Text color.
bool m_is_default
Indicates if this is the default font entry for the TextElement.