Let it build with png-1.5 (from naddy@, who surely went blind on it).
While here, patch away some weird attempts to get something meaningful
out of code like this (yes, I show it to you all, you have to share
the pain):
if ( timezone==0 )
fprintf( pi->out, "Z)\n" );
else
fprintf( pi->out, "%+02d')\n", (int) timezone/3600 ); /* doesn't handle half-hour zones */
That's the address of timezone(3), divided by 3600 m(
ok naddy@
An outline font editor that lets you create your own PostScript, TrueType,
OpenType, CID-keyed, Multi-Master, CFF, SVG and bitmap (BDF) fonts, or
edit existing ones. It also lets you convert one format to another.
FontForge has support for many Macintosh font formats.
joint work with Matthias Kilian <kili at outback.escape.de>
ok bernd@