Documentation fixes, patch 1179223 by Andreas Mohr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11369,7 +11369,7 @@ pixels from the begining of text to the coresponding character of
|
||||
*text*. The generic version simply builds a running total of the widths
|
||||
of each character using GetTextExtent, however if the various
|
||||
platforms have a native API function that is faster or more accurate
|
||||
than the generic implementaiton then it will be used instead.</docstring>
|
||||
than the generic implementation then it will be used instead.</docstring>
|
||||
<paramlist>
|
||||
<param name="text" type="String" default=""/>
|
||||
</paramlist>
|
||||
|
@@ -577,7 +577,7 @@ pixels from the begining of text to the coresponding character of
|
||||
*text*. The generic version simply builds a running total of the widths
|
||||
of each character using GetTextExtent, however if the various
|
||||
platforms have a native API function that is faster or more accurate
|
||||
than the generic implementaiton then it will be used instead.", "");
|
||||
than the generic implementation then it will be used instead.", "");
|
||||
wxArrayInt GetPartialTextExtents(const wxString& text) {
|
||||
wxArrayInt widths;
|
||||
self->GetPartialTextExtents(text, widths);
|
||||
|
@@ -3219,7 +3219,7 @@ class DC(_core.Object):
|
||||
*text*. The generic version simply builds a running total of the widths
|
||||
of each character using GetTextExtent, however if the various
|
||||
platforms have a native API function that is faster or more accurate
|
||||
than the generic implementaiton then it will be used instead.
|
||||
than the generic implementation then it will be used instead.
|
||||
"""
|
||||
return _gdi_.DC_GetPartialTextExtents(*args, **kwargs)
|
||||
|
||||
|
@@ -3219,7 +3219,7 @@ class DC(_core.Object):
|
||||
*text*. The generic version simply builds a running total of the widths
|
||||
of each character using GetTextExtent, however if the various
|
||||
platforms have a native API function that is faster or more accurate
|
||||
than the generic implementaiton then it will be used instead.
|
||||
than the generic implementation then it will be used instead.
|
||||
"""
|
||||
return _gdi_.DC_GetPartialTextExtents(*args, **kwargs)
|
||||
|
||||
|
@@ -3315,7 +3315,7 @@ class DC(_core.Object):
|
||||
*text*. The generic version simply builds a running total of the widths
|
||||
of each character using GetTextExtent, however if the various
|
||||
platforms have a native API function that is faster or more accurate
|
||||
than the generic implementaiton then it will be used instead.
|
||||
than the generic implementation then it will be used instead.
|
||||
"""
|
||||
return _gdi_.DC_GetPartialTextExtents(*args, **kwargs)
|
||||
|
||||
|
Reference in New Issue
Block a user