CmdText
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Draw Text. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span class="f_Header...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Draw Text. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span class="f_Header...")
Newer edit →
Revision as of 20:18, 12 December 2014
Contents |
Action
Draw Text.
Syntax
CmdText x, y, font, options, string
Remarks
x |
x-coordinate of text base, in pixels |
y |
y-coordinate of text base, in pixels |
font |
Internal Fonts 16-31, User Defined Fonts 0-14 |
options |
By default (x,y) is the top-left pixel of the text (options = 0). OPT_CENTERX centers the text horizontally OPT_CENTERY centers it vertically OPT_CENTER centers the text in both directions OPT_RIGHTX right-justifies the text, so that the x is the rightmost pixel. |
string |
text to display |