Difference between revisions of "AlignMode"

m (Added justify AlignMode)
m (See Also: corrected to order.)
 
(2 intermediate revisions by 2 users not shown)
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]]
 +
* [[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