=== Top of the Swiki === Attachments ===

TrueType to StrikeFont

This is an experimental TrueType to StrikeFont conversion tool. It has some problems (look at the changeset header), but for a basically one-hour hack, it's quite usable.

Hans-Martin Mosner

TTF2Strike.8Nove503pm.cs

I've now looked at the TrueType font engine specs, and it looks like one could write a really good engine given some more time (which I don't have right now).
Look at http://fonts.apple.com/TTRefMan/index.html for the TrueType reference manual.
However, there are Apple patents involved with the hinting language: http://www.typesolutions.com/ff/tt_patents.html. I don't know how difficult it would be to get permission from Apple to include a TrueType renderer into Squeak...