Horizontal text alignment

Use 0.0 to align left (the default), 0.5 to align in the center or 1.0 to align on the right.

See: valign

Property definitions

gamnit $ TextSprites :: align
	# Horizontal text alignment
	#
	# Use 0.0 to align left (the default), 0.5 to align in the center or
	# 1.0 to align on the right.
	#
	# See: `valign`
	var align = 0.0 is optional, writable
lib/gamnit/font.nit:91,2--97,38