Find the first match of the text.
The text to be found.
The search flag, default value is 0. If you need set specified flag, like:
The start position of the search.
Return true if the text is found, otherwise return false.
Find the next match of the text.
Return true if the text is found, otherwise return false.
Find the previous match of the text.
Return true if the text is found, otherwise return false.
Get the rect array of the text.
Return the rect array of the text.
Destroy the current object.