adding defaults as wxDC did
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -491,7 +491,7 @@ public:
|
||||
|
||||
|
||||
virtual void GetTextExtent( const wxString &text, wxDouble *width, wxDouble *height,
|
||||
wxDouble *descent, wxDouble *externalLeading ) const = 0;
|
||||
wxDouble *descent = NULL, wxDouble *externalLeading = NULL ) const = 0;
|
||||
|
||||
virtual void GetPartialTextExtents(const wxString& text, wxArrayDouble& widths) const = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user