no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4ab861e548
commit
7ab2c081d0
@ -695,7 +695,7 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) )
|
|||||||
|
|
||||||
dc.DrawText(fontInfo, x, y);
|
dc.DrawText(fontInfo, x, y);
|
||||||
y += hLine;
|
y += hLine;
|
||||||
|
|
||||||
fontInfo.Printf(wxT("Style: %s, weight: %s, fixed width: %s"),
|
fontInfo.Printf(wxT("Style: %s, weight: %s, fixed width: %s"),
|
||||||
m_font.GetStyleString().c_str(),
|
m_font.GetStyleString().c_str(),
|
||||||
m_font.GetWeightString().c_str(),
|
m_font.GetWeightString().c_str(),
|
||||||
|
Loading…
Reference in New Issue
Block a user