Difference between revisions of "AlignMode"

m (Added justify AlignMode)
(Use Template:New feature instead)
Line 4: Line 4:
 
;left: Align text left.
 
;left: Align text left.
 
;right: Align text right.
 
;right: Align text right.
{{newin|[[0.9.0]]|090|type=following choice}}
+
{{New feature|0.9.0|
 
;justify: Align text both left and right.
 
;justify: Align text both left and right.
 +
}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 18:13, 9 April 2016

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