Add ToDIP to wxDC and wxGraphicsContext

This commit is contained in:
Maarten Bent
2022-04-21 21:37:53 +02:00
parent 6637811f32
commit e8cf1f989b
8 changed files with 70 additions and 0 deletions

View File

@@ -41,6 +41,11 @@ public:
return sz;
}
virtual wxSize ToDIP(const wxSize& sz) const wxOVERRIDE
{
return sz;
}
void SetFont(const wxFont& font) wxOVERRIDE;
protected: