Convert device X coordinate to relative logical coordinate, using the current
mapping mode but ignoring the x axis orientation.
Convert device X coordinate to relative logical coordinate, using the current
mapping mode but ignoring the x axis orientation.
Convert device Y coordinate to relative logical coordinate, using the current
mapping mode but ignoring the y axis orientation.
Convert device Y coordinate to relative logical coordinate, using the current
mapping mode but ignoring the y axis orientation.
\membersection{wxDC::GetTextExtent}\label{wxdcgettextextent}
\constfunc{void}{GetTextExtent}{\param{const wxString\& }{string}, \param{wxCoord *}{w}, \param{wxCoord *}{h},\\
\membersection{wxDC::GetTextExtent}\label{wxdcgettextextent}
\constfunc{void}{GetTextExtent}{\param{const wxString\& }{string}, \param{wxCoord *}{w}, \param{wxCoord *}{h},\\
- \param{wxCoord *}{descent = NULL}, \param{wxCoord *}{externalLeading = NULL}, \param{wxFont *}{font = NULL}}
+ \param{wxCoord *}{descent = NULL}, \param{wxCoord *}{externalLeading = NULL}, \param{const wxFont *}{font = NULL}}
Converts logical X coordinate to relative device coordinate, using the current
mapping mode but ignoring the x axis orientation.
Converts logical X coordinate to relative device coordinate, using the current
mapping mode but ignoring the x axis orientation.
Converts logical Y coordinate to relative device coordinate, using the current
mapping mode but ignoring the y axis orientation.
Converts logical Y coordinate to relative device coordinate, using the current
mapping mode but ignoring the y axis orientation.