Difference between revisions of "AlignMode"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Text alignment. | |
== Constants == | == Constants == | ||
;center: Align text center. | ;center: Align text center. | ||
Line 8: | Line 8: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Text alignment.}} |
Revision as of 16:17, 14 February 2010
Text alignment.
Constants
- center
- Align text center.
- left
- Align text left.
- right
- Align text right.