Doc changes

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@526 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2010-02-06 01:39:58 +00:00
parent 3864347683
commit 121560f8be
1 changed files with 14 additions and 1 deletions

View File

@ -4,7 +4,8 @@
\begin{document}
\title{Mufasa PascalScript Handbook}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}
\and Benjamin J. Land}
\definecolor{typeGreen}{rgb}{0.0, 0.6, 0.0}
\definecolor{typeRed}{rgb}{0.6, 0.0, 0.0}
@ -527,6 +528,10 @@ was found at.
\subsection{AddDTM}
\subsection{FreeDTM}
\pproc ps\_FreeDTM(\pvname{DTM}\pvtype{Integer})
FreeDTM frees a DTM with the given index \textbf{DTM}. If it does not exist, an
exception is raised.
\subsection{GetDTM}
@ -541,6 +546,13 @@ was found at.
\section{Identifying text}
\subsection{BitmapFromText}
\subsection{MaskFromText}
\subsection{TPAFromText}
\subsection{rs\_GetUpText}
\subsection{rs\_GetUpTextAt}
\subsection{GetTextAt}
GetTextAt returns the text at the given X, Y.
@ -549,6 +561,7 @@ 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.
%TODO: colours
\begin{verbatim}
function GetTextAt(atX, atY, minvspacing, maxvspacing, hspacing, color, tol, len: integer; font: string): string;