Difference between revisions of "X Media:drawText"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Draws a text at x,y coordinates with provided settings.
 
Draws a text at x,y coordinates with provided settings.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Media:drawText(x, y, text, hexColor, fontSize, alpha)
 
Media:drawText(x, y, text, hexColor, fontSize, alpha)
 
</source>
 
</source>

Latest revision as of 15:32, 13 July 2023