1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

simbadoc: Small changes.

This commit is contained in:
Merlijn Wajer 2010-09-27 09:51:26 +02:00
parent 66c94e1fe7
commit 87d20448e6
5 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,5 @@
.. _mmlref-ocr:
TMOCR Class
===========
@ -6,6 +8,8 @@ useful functions that can be used to create and identify text. It also contains
some functions used in special cases to filter noise. Specifically, these are
all the ``Filter*`` functions.
.. _uptext-filter:
Uptext
------

View File

@ -21,4 +21,4 @@ default (Pascal) engine.
scriptref/bitmaps.rst
scriptref/string.rst
scriptref/tpa.rst
scriptref/ocr.rst

View File

@ -1,5 +1,5 @@
.. _scriptref_bitmaps:
.. _scriptref-bitmaps:
Bitmaps
=======

View File

@ -83,7 +83,7 @@ GetColors
function GetColors(const Coords : TPointArray) : TIntegerArray;
GetColor returns the color on the coordinate (x, y) defined by *Coords*.
GetColors returns an array of the colours at the given *Coords*.
CountColor

View File

@ -80,7 +80,7 @@ BitmapFromText
This function creates a bitmap from a string *text* with the given *font*.
For an explanation on how to use and work with Bitmaps, please refer to
:ref:`scriptref_bitmaps`.
:ref:`scriptref-bitmaps`.
TPAFromText
~~~~~~~~~~~
@ -91,7 +91,7 @@ TPAFromText
This function creates a TPA from a string *text* with the given *font*.
For an explanation on how to use and work with TPAs, please refer to
:ref:`scriptref_tpointarray`.
:ref:`scriptref-tpointarray`.
TPAFromTextWrap
~~~~~~~~~~~~~~~
@ -112,7 +112,7 @@ MaskFromText
This function creates a Mask from a string *text* with the given *font*.
For an explanation on how to use and work with TPAs, please refer to
:ref:`scriptref_masks`.
:ref:`scriptref-masks`.
Reading Text
------------
@ -127,6 +127,8 @@ rs_GetUpText
This function is a function specific to RuneScape(tm); it reads the text
in the upper left corner into a string.
How these functions actually work can be found here: :ref:`uptext-filter`.
rs_GetUpTextAt
~~~~~~~~~~~~~~