mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 08:18:52 -05:00
simbadoc: Small changes.
This commit is contained in:
parent
66c94e1fe7
commit
87d20448e6
@ -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
|
||||
------
|
||||
|
||||
|
@ -21,4 +21,4 @@ default (Pascal) engine.
|
||||
scriptref/bitmaps.rst
|
||||
scriptref/string.rst
|
||||
scriptref/tpa.rst
|
||||
scriptref/ocr.rst
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
.. _scriptref_bitmaps:
|
||||
.. _scriptref-bitmaps:
|
||||
|
||||
Bitmaps
|
||||
=======
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user