mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 05:38:00 -05:00
mufasa handbook typo + small addition
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@502 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
d0c1180d97
commit
f181f866e3
@ -520,10 +520,19 @@ $TPointArray$ type.
|
||||
|
||||
\section{Finding text}
|
||||
|
||||
\section{Indentifying text}
|
||||
\section{Identifying text}
|
||||
|
||||
\subsection{GetTextAtEx}
|
||||
DAT IS DIT
|
||||
\subsection{GetTextAt}
|
||||
|
||||
GetTextAt returns the text at the given X, Y.
|
||||
minvspacing and maxvspacing define the minimum and maximum vertical spacing
|
||||
between characters in the font, hspacing is the minimal space to split
|
||||
characters on. If it is, for example, 0, and ``i'' will be split into two
|
||||
characters.
|
||||
|
||||
\begin{verbatim}
|
||||
function GetTextAt(atX, atY, minvspacing, maxvspacing, hspacing, color, tol, len: integer; font: string): string;
|
||||
\end{verbatim}
|
||||
|
||||
\chapter{Client}
|
||||
\section{Client and Window}
|
||||
|
Loading…
Reference in New Issue
Block a user