A truetype outline font library for Amiga computers.
Source Code
Requirements
FreeType 1.3.1 or later,
freetype-current prefered. (Note: NOT FreeType2)
SAS C
Some Pointers
The smakefile expects the contents of the source archive to be in
an 'amiga' drawer inside freetype*/contrib
An assignment of FT: to the main freetype drawer is expected
There are NO direct changes to the FreeType codebase required
The code belies its heritage as many styles colide. That which could
be borrowed usually was, and new worked in around it as needed.
Porting to another compiler will involve non-trivial effort
The ugliest aspect of the code (to my knowledge) is some globals
used in the file stream handling. This is sidestepped by having each
open return a new library base, but it still could cause prolems if
more than one engine is opened against a single library base. This has
not been a problem in reality, only theory.