diff --git a/samples/font/font.cpp b/samples/font/font.cpp index aad214f94c..b46a5d2ffb 100644 --- a/samples/font/font.cpp +++ b/samples/font/font.cpp @@ -695,7 +695,7 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) ) dc.DrawText(fontInfo, x, y); y += hLine; - + fontInfo.Printf(wxT("Style: %s, weight: %s, fixed width: %s"), m_font.GetStyleString().c_str(), m_font.GetWeightString().c_str(),