Minor documentation fix
'heightLine" parameter is not applicable to the function being described. Closes #17806.
This commit is contained in:
committed by
Artur Wieczorek
parent
ee609de199
commit
52130e43ab
@@ -870,8 +870,7 @@ public:
|
|||||||
const wxFont* font = NULL) const;
|
const wxFont* font = NULL) const;
|
||||||
/**
|
/**
|
||||||
Gets the dimensions of the string using the currently selected font.
|
Gets the dimensions of the string using the currently selected font.
|
||||||
@a string is the text string to measure, @e heightLine, if non @NULL,
|
@a string is the text string to measure.
|
||||||
is where to store the height of a single line.
|
|
||||||
|
|
||||||
@return The text extent as a wxSize object.
|
@return The text extent as a wxSize object.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user