Changes 31-Dec-2004:
* Ah, windows pfm files expect the metrics to be output in win latin encoding order, not in the encoding defined by the pfb file. (Actually there are other posibilities for encoding, but as none is documented, I must ignore them). * ReplaceWithReference broke at some point * Add an argument-pair to the ReplaceWithReference() scripting command to allow the user to specify the amount of error that will be accepted. * When generating a Type1 font, if a glyph had a single reference to a glyph not in adobe encoding, and that glyph itself had a single reference (in adobe enc) and some splines, then ff would make a reference to the ref in adobe enc and ignore the splines. * Upgrade to Adobe-Japan1-6 * Various fixes to svg output * Ghost hints could get outside a glyphs bounding box in a type2 font. * The generated truetype unique id string had an off by one error in the month * Add support for dashed lines in multilayered mode * In Full Page Glyph printing, the glyph was offset slightly from where it should have been. * Pasting a reference into a multi-layered font produced a very odd layer * ff didn't update the metrics view if the user pasted the selection with the middle mouse button. * if a character were not in the current encoding then ff would not display it in the metrics view (even if it were in the font) * Make the behavior of control points at the ends of open paths more reasonable * The Point->Curve command did not adust control points correctly * The View->Display Substitutions had numerous problems * Fix several problems from unicode unification of accents. Many characters which are said to be based on cedilla actually use a comma, other characters said to be carons also use comma. Make the n-with-apostrophe character be treated as an accented letter. * Werner points out that straight lines should generally not be simplified (as they will no longer be straight afterwards). Add this knowledge to the simplify command.
This commit is contained in:
parent
7d69dbc558
commit
a7de3afd2f
3 changed files with 12 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/12/28 23:18:20 reed Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2005/01/14 10:13:45 adam Exp $
|
||||
|
||||
DISTNAME= fontforge_full-${VERSION}
|
||||
PKGNAME= fontforge-${VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= fonts editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -11,13 +10,13 @@ MAINTAINER= adam@NetBSD.org
|
|||
HOMEPAGE= http://fontforge.sourceforge.net/
|
||||
COMMENT= Postscript font editor
|
||||
|
||||
VERSION= 20041115
|
||||
VERSION= 20041231
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
USE_BUILDLINK3= yes
|
||||
USE_GNU_TOOLS+= make
|
||||
USE_LIBTOOL= YES
|
||||
USE_X11= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= yes
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-freetype-src=no
|
||||
WRKSRC= ${WRKDIR}/fontforge-${VERSION}
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 10:03:34 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2005/01/14 10:13:45 adam Exp $
|
||||
bin/pfaedit
|
||||
bin/fontforge
|
||||
bin/sfddiff
|
||||
lib/libgdraw.la
|
||||
lib/libgunicode.la
|
||||
lib/pkgconfig/fontforge.pc
|
||||
man/man1/fontforge.1
|
||||
man/man1/sfddiff.1
|
||||
share/fontforge/pfaedit-de.ui
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/11/29 10:03:34 adam Exp $
|
||||
$NetBSD: distinfo,v 1.2 2005/01/14 10:13:45 adam Exp $
|
||||
|
||||
SHA1 (fontforge_full-20041115.tgz) = ad1edfb6c0f93b3d344875aba27c7ccfafbdd317
|
||||
Size (fontforge_full-20041115.tgz) = 4296201 bytes
|
||||
SHA1 (fontforge_full-20041231.tgz) = c182527b81936c8261ec432c7f34f7983845287c
|
||||
Size (fontforge_full-20041231.tgz) = 4336573 bytes
|
||||
SHA1 (patch-aa) = dcad123c2a5f844913fd5b3b73a887b5081c99be
|
||||
|
|
Loading…
Reference in a new issue