Minor documentation fix

'heightLine" parameter is not applicable to the function being described.

Closes #17806.
This commit is contained in:
mgimenez 2017-02-25 18:52:23 +01:00 committed by Artur Wieczorek
parent ee609de199
commit 52130e43ab

View File

@ -870,8 +870,7 @@ public:
const wxFont* font = NULL) const;
/**
Gets the dimensions of the string using the currently selected font.
@a string is the text string to measure, @e heightLine, if non @NULL,
is where to store the height of a single line.
@a string is the text string to measure.
@return The text extent as a wxSize object.