Mike Stay
Mike Stay

Reputation: 1153

Script for metafont to TTF conversion?

In the metatype FAQ, there's a section called "I have Metafont sources of some font. How could I convert it to TrueType using Metatype?" In that, he lays out a dozen steps that really should be scripted. Does anyone know of such a script? (I understand the result won't look very good at low font sizes.)

Upvotes: 3

Views: 1773

Answers (1)

user22698
user22698

Reputation: 195

Well, there is a mf2pt1 Perl script which will get you half way there...

But it only converts Metafont to PostScript Type 1 font, which you can then convert to .ttf via FontForge

Upvotes: 2

Related Questions