Maximum width of each line of text

The first word of each line is exempt and may overflow.

The behavior when a line overflow depends on wrap.

Property definitions

gamnit $ TextSprites :: max_width
	# Maximum width of each line of text
	#
	# The first word of each line is exempt and may overflow.
	#
	# The behavior when a line overflow depends on `wrap`.
	var max_width: nullable Float is writable
lib/gamnit/font.nit:108,2--113,42