Add ToDIP to wxDC and wxGraphicsContext
This commit is contained in:
@@ -41,6 +41,11 @@ public:
|
||||
return sz;
|
||||
}
|
||||
|
||||
virtual wxSize ToDIP(const wxSize& sz) const wxOVERRIDE
|
||||
{
|
||||
return sz;
|
||||
}
|
||||
|
||||
void SetFont(const wxFont& font) wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user