X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6f582e704041c4b133893183270d4853ea34bac..4e2251ecd324ba89c486434485efcb1d32ee7dca:/src/mgl/fontmgr.cpp diff --git a/src/mgl/fontmgr.cpp b/src/mgl/fontmgr.cpp index 4bcae31029..bcb4d7b93c 100644 --- a/src/mgl/fontmgr.cpp +++ b/src/mgl/fontmgr.cpp @@ -132,6 +132,17 @@ wxFontBundle::wxFontBundle(const font_info_t *info) info->boldFace, info->boldItalicFace); } +wxString wxFontBundle::GetName() const +{ + return wxString::FromAscii(m_fontInfo->familyName); +} + +bool wxFontBundle::IsFixed() const +{ + return m_fontInfo->isFixed; +} + + // ---------------------------------------------------------------------------- // wxFontsManager // ----------------------------------------------------------------------------