- fontInfo.Printf(wxT("Font size is %d points, family: %s, encoding: %s"),
+
+ fontInfo.Printf(wxT("Face name: %s, family: %s"),
+ m_font.GetFaceName().c_str(),
+ m_font.GetFamilyString().c_str());
+
+ dc.DrawText(fontInfo, x, y);
+ y += hLine;
+
+ fontInfo.Printf(wxT("Size: %d points or %d pixels; %d*%d average char size"),