Line spacing modifier for pld and plu

This value acts as multiplier to the standard line height. Defaults to 0.4, so a pld moves chars down by about half a line.

Property definitions

gamnit $ Font :: partial_line_mod
	# Line spacing modifier for `pld` and `plu`
	#
	# This value acts as multiplier to the standard line height.
	# Defaults to 0.4, so a `pld` moves chars down by about half a line.
	var partial_line_mod: Numeric = 0.4 is writable
lib/gamnit/font.nit:23,2--27,48