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@
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
$OpenBSD: patch-fontforge_openfontdlg_c,v 1.1.1.1 2006/06/18 13:33:25 steven Exp $
|
|
--- fontforge/openfontdlg.c.orig Mon Jun 12 15:48:06 2006
|
|
+++ fontforge/openfontdlg.c Mon Jun 12 15:49:26 2006
|
|
@@ -158,7 +158,7 @@ return( false );
|
|
struct gfc_data *d = GDrawGetUserData(gw);
|
|
return( GGadgetDispatchEvent((GGadget *) (d->gfc),event));
|
|
} else if ( event->type == et_resize ) {
|
|
- GRect r, size;;
|
|
+ GRect r, size;
|
|
struct gfc_data *d = GDrawGetUserData(gw);
|
|
GDrawGetSize(gw,&size);
|
|
GGadgetGetSize(d->gfc,&r);
|