|
|
|
|
|
by kragen
871 days ago
|
|
in metafont (the software) you can define a metafont (a font-valued function) in terms of bézier outlines as well as paths stroked with pens; the relevant metafont commands are 'fill' in the first case and 'draw' (rather than postscript's 'stroke') in the second. it doesn't have an equivalent of postscript's 'eofill'. chapter 13 of the metafontbook describes these commands i don't know if there's a reasonable way to export any standard vector format from metafont; i think there originally wasn't |
|