From 121560f8be2320906d11c615c58d7743b329632d Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Sat, 6 Feb 2010 01:39:58 +0000 Subject: [PATCH] Doc changes git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@526 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- trunk/Doc/mufasa_ps_handbook.tex | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/trunk/Doc/mufasa_ps_handbook.tex b/trunk/Doc/mufasa_ps_handbook.tex index 8c997c4..5feadaa 100644 --- a/trunk/Doc/mufasa_ps_handbook.tex +++ b/trunk/Doc/mufasa_ps_handbook.tex @@ -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;