diff options
author | adam <adam@pkgsrc.org> | 2005-03-22 15:07:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-03-22 15:07:10 +0000 |
commit | eb4dffae6e272e9aaf511fd436a28698ff242aab (patch) | |
tree | 4ec3e65b24d21692141ecfaa5966da49db9292d7 /fonts | |
parent | d34aee747b86baf76ab216b2ad705cc1a649589d (diff) | |
download | pkgsrc-eb4dffae6e272e9aaf511fd436a28698ff242aab.tar.gz |
Changes 20050310:
* Deleting a glyph class within a kerning by classes object caused a crash
* Added some support for palm bitmap fonts
* Replace with reference only replaced the first instance.
* The Options dlg behaved oddly with respect to Apple & OpenType modes
* When given a glyph with conflicting hints for which the first contour
contained no hints, then in type2 output the glyph was drawn at a strange
offset from its correct position.
* When generating an opentype font from a script, and specifying flags,
the round coordinates flag was ignored
* When generating a font from a script using the default flag setting,
we would always generate afm/tfm/pfm files
* KANOU pointed out that the stroked font import glyph command only worked
if multilayer set.
* Added a preview bitmap to eps files.
* In a bitmap only font the font metrics menu items behaved in unexpected ways
(as if they referred to a postscript font rather than the bitmap fonts)
* Various fixes to make importing stroked eps files into stroked fonts work
better.
* KANOU requests a preference item to turn off use of freetype in font view.
* Fix more rounding errors in remove overlap.
* Fix some problems in the routine which finds roots of an arbetrary quartic.
* The remove bump option of simplify could screw up memory.
* Remove overlap got unhappy about control points which caused a very tiny
overlap between adjacent splines
* Redo from the fontview usually caused a crash.
* KANOU provides a MakeLine scripting command
* If TYPE3 (multilayer) was not enabled, there was a flow of control through
a function which did not return anything.
* Recovery files did not contain multilayer marks which lead to strange
behaviour and crashes
* Converting a font to multilayer caused a crash if there were outline glyph
windows open.
* Make the encoding for scripts be utf8 consistently
* Allow the scripting Export command to take a format spec
* Add support for reals to the scripting language
* NearlyHv{Cps,Lines} scripting commands erroneously complained about
too many args
* ff had a bug when outputting otf contextual ligatures
* Fix various crashes and infinite loops involved in parsing bad font files.
* ff had problems with user defined encodings.
* Made ff work if the psuedo-type "real" was defined to be a double.
* the string += concattonation operator in scripting screwed up memory
* Problems with -c <arg> syntax
* The font type detector could fail to notice an svg file as such
if it began with a byte order character.
* Ord didn't do proper type checking on its second argument
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 4 | ||||
-rw-r--r-- | fonts/fontforge/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index e54986325b3..e80c814cf8a 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/02/15 14:39:11 adam Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/22 15:07:10 adam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -10,7 +10,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fontforge.sourceforge.net/ COMMENT= Postscript font editor -VERSION= 20050209 +VERSION= 20050310 USE_BUILDLINK3= yes USE_GNU_TOOLS+= make diff --git a/fonts/fontforge/distinfo b/fonts/fontforge/distinfo index 7be9bdec41a..bd60c9929c9 100644 --- a/fonts/fontforge/distinfo +++ b/fonts/fontforge/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 19:18:27 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/22 15:07:10 adam Exp $ -SHA1 (fontforge_full-20050209.tgz) = 4030d42b43bae98a42d96d7811b4923d9780baef -RMD160 (fontforge_full-20050209.tgz) = 622c4f8dc07b5546b8eb818a1cfc22865a38275e -Size (fontforge_full-20050209.tgz) = 4381219 bytes +SHA1 (fontforge_full-20050310.tgz) = 5df51b3d8f6de6eb3880261f59718a7737d247bd +RMD160 (fontforge_full-20050310.tgz) = 10712d0b8711d8730e86a9708cbe6ab3ef0eb79a +Size (fontforge_full-20050310.tgz) = 4476929 bytes SHA1 (patch-aa) = dcad123c2a5f844913fd5b3b73a887b5081c99be |