mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-25 18:52:15 -05:00
Doc changes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@526 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
3864347683
commit
121560f8be
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user