Commit Graph

12 Commits

Author SHA1 Message Date
kili
7f3711b0ff Update to fontforge-20110222.
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@
2011-07-08 19:04:05 +00:00
rpointel
2d76d96589 Add a patch needed to build with Python2.7.
Modify WANTLIB and bump revision.
ok kili@.
2011-06-06 18:46:49 +00:00
jasper
438b7257c4 - Security fix for CVE-2010-4259
FontForge: Stack-based buffer overflow by processing specially-crafted CHARSET_REGISTRY font file header

with and ok kili@
2010-12-21 18:41:37 +00:00
kili
bbbb98de61 Enlarge the buffer used in svg_pathdump().
While here, switch to new-style wantlib.
2010-07-11 05:23:20 +00:00
kili
8215f9cc14 Update to fontforge-20100501.
Add a workaround for an ICE on mips64el.
2010-06-23 08:00:42 +00:00
kili
c3ff6c32c9 Update to fontforge-20090408. 2009-04-22 12:23:00 +00:00
kili
acf4182307 Update to fontforge-20080927. 2008-10-27 17:58:52 +00:00
kili
236f4ca076 Update to fontforge-20070915.
ok jasper@
2007-09-23 18:45:45 +00:00
kili
4ea0d57921 Update to 20060822; several bugfixes and improvements.
Some help and "go ahead" by steven@
2006-10-15 18:52:59 +00:00
steven
5c0ad734e5 update to fontforge-20060715
from maintainer Matthias Kilian
2006-07-21 09:20:34 +00:00
steven
e82f2dafc9 prevent a segmentation fault.
from maintainer Matthias Kilian
2006-06-25 09:44:04 +00:00
steven
8a35478042 import fontforge-20060413
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@
2006-06-18 13:33:25 +00:00