# ALSO READ /xV/cmds/show/FONT_INFO

# gf (Generic Font) files are generated by Metafont (or by 'bits').
# The resolution (in pixels/inch) is given as part of the suffix.
# The "official" VGTS resolution (for now) is 80 pixels/inch.
# Higher magnifications are given by Metafont's 'mag' parameter.

# Note: mf takes a long time to load. If you need to generate
# many fonts, you should either put mf in the memserver (I don't
# know if build can find it there), or make a script of the
# parameters to mf (the string in quotes, without the quotes,
# one to a line). Such a script can be types/piped into mf
# if you run mf with no parameters.

*.80gf: ../mf/$*.mf
	mf "\mode=vgts;input ../mf/$*"
*.96gf: ../mf/$*.mf
	mf "\mode=vgts;mag=1.2;input ../mf/$*"
*.115gf: ../mf/$*.mf
	mf "\mode=vgts;mag=1.44;input ../mf/$*"
# etc
