git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62355
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual void GetTextExtent( const wxString &text, wxDouble *width, wxDouble *height,
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;
virtual void GetPartialTextExtents(const wxString& text, wxArrayDouble& widths) const = 0;