24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
Print("Reading Font...")
|
|
Open($1);
|
|
SelectAll();
|
|
ClearHints();
|
|
ClearInstrs();
|
|
ClearTable('fpgm');
|
|
ClearTable('prep');
|
|
ClearTable('cvt ');
|
|
ClearTable('maxp');
|
|
|
|
Print("Outline Cleanup...");
|
|
Simplify(-1, 0);
|
|
ReplaceWithReference();
|
|
RemoveOverlap();
|
|
RoundToInt()
|
|
RemoveOverlap();
|
|
UnlinkReference();
|
|
RemoveOverlap();
|
|
ReplaceWithReference(4, 1);
|
|
CorrectDirection();
|
|
CanonicalContours();
|
|
CanonicalStart();
|
|
Print("Saving ttf...");
|
|
Generate($2); |