1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-11 13:48:27 -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:
Wizzup? 2010-01-31 16:58:51 +00:00
parent d0c1180d97
commit f181f866e3

View File

@ -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}