Difference between revisions of "AlignMode"

(Use Template:New feature instead)
m (See Also: corrected to order.)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.printf]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Text alignment.}}
 
{{#set:Description=Text alignment.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|AlignMode}}
 
{{i18n|AlignMode}}

Latest revision as of 09:19, 23 June 2019

Text alignment.

Constants

center
Align text center.
left
Align text left.
right
Align text right.
Available since LÖVE 0.9.0
justify
Align text both left and right.

See Also


Other Languages