no need to set X font in WindowDC::SetFont
svn: r2653
This commit is contained in:
parent
900f48115a
commit
3f0990c9d7
|
@ -2676,8 +2676,10 @@ void wxWindowDC::SetFont(wxFont *font)
|
|||
if (!(current_font = font)) // nothing to do without a font
|
||||
return;
|
||||
|
||||
#if 0
|
||||
xfs =(XFontStruct*)font->GetInternalFont(scale_x, scale_y);
|
||||
XSetFont(DPY, TEXT_GC, xfs->fid);
|
||||
#endif
|
||||
}
|
||||
|
||||
void wxWindowDC::SetTextForeground(wxColour *col)
|
||||
|
|
Loading…
Reference in New Issue
Block a user