diff options
author | adam <adam> | 2004-03-03 11:28:11 +0000 |
---|---|---|
committer | adam <adam> | 2004-03-03 11:28:11 +0000 |
commit | 9d9dd1a5dee458958905ee200143ab7e70a14a07 (patch) | |
tree | 60ae9915953fcefd9b27ce3993d6b5d47e03f642 /fonts/t1lib/patches | |
parent | c89ceaf34fa1690629247521cc3e3d4dfd4f5d6d (diff) | |
download | pkgsrc-9d9dd1a5dee458958905ee200143ab7e70a14a07.tar.gz |
Changes 5.0.0:
- Forced PostScript target in the doc directory to file.
- Subsetting code extended in order to ensure that components of
composite characters are also part of the subset.
- Hinting meachanism reworked in order to get rid of some
rasterizing artifacts.
- Experimental support for stroked fonts (PaintType=1)
- Experimental support for stroking standard ATM fonts with PaintType=0.
- Functions for drawing rectangles.
- Bug Fixes
Changes 5.0.1:
- Support for Flex was not adapted to the changes from 5.0.0. This led to
rasterization errors in fonts that use the Flex functionality --> fixed.
- Bug Fixes
Diffstat (limited to 'fonts/t1lib/patches')
-rw-r--r-- | fonts/t1lib/patches/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/t1lib/patches/patch-ac b/fonts/t1lib/patches/patch-ac index 4f771091e4c..ca3038854e0 100644 --- a/fonts/t1lib/patches/patch-ac +++ b/fonts/t1lib/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2004/03/03 11:28:11 adam Exp $ ---- lib/Makefile.in.orig Mon Jan 15 17:34:40 2001 +--- lib/Makefile.in.orig 2002-06-25 02:15:30.000000000 +0000 +++ lib/Makefile.in -@@ -161,17 +161,10 @@ +@@ -162,17 +162,10 @@ clean: dummy install: dummy $(MKINSTALLDIRS) $(libdir) $(MKINSTALLDIRS) $(includedir) |