]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/fontmgr.cpp
Get/Set LayoutDirection
[wxWidgets.git] / src / mgl / fontmgr.cpp
index 4bcae31029a800dae6ccc25185b08a01442decf6..bcb4d7b93c5855969651a3ace9fda033960c7724 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------