summaryrefslogtreecommitdiff
path: root/graphics/freetype2/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-08-02 12:30:01 +0000
committeradam <adam@pkgsrc.org>2004-08-02 12:30:01 +0000
commit1a376d7c4ad9dd600a0ceafbd3eea6ca391932e9 (patch)
tree46bdaef49fda87551bd8ad31b5d473b86c93e4ce /graphics/freetype2/Makefile
parent671fe8e9b3945c078e69668bc3b68d5cfb6c99a5 (diff)
downloadpkgsrc-1a376d7c4ad9dd600a0ceafbd3eea6ca391932e9.tar.gz
Changes 2.1.9:
I. IMPORTANT BUG FIXES - The function `FT_Get_CharMap_Index' was only declared, without any real code. For consistency, it has been renamed to `FT_Get_Charmap_Index'. (This function is needed to implement cmap caches.) - `FT_Outline_Get_BBox' sometimes returned incorrect values for conic outlines (e.g., for TrueType fonts). - Handling of `bhed' table has been fixed. - The TrueType driver with enabled byte code interpreter sometimes returned artifacts due to incorrect rounding. This bug has been introduced after version 2.1.4. - The BDF driver dropped the last glyph in the font. - The BDF driver now uses the DEFAULT_CHAR property (if available) to select a glyph shape for the undefined glyph. II. IMPORTANT CHANGES - George Williams contributed code to handle Apple's font distortion technology found in GX fonts (`avar', `cvar', `fvar', and `gvar' tables; the Multiple Masters API has been slightly extended to cope with the new functionality). - The `FT_GlyphSlotRec' structure has been extended: The elements `lsb_delta' and `rsb_delta' give the difference between hinted and unhinted left and right side bearings if autohinting is active. Using those values can improve the inter-letter spacing considerably. See the documentation of `FT_GlyphSlotRec' and the `ftstring' demo program how to use it. III. MISCELLANEOUS - A new documentation file `formats.txt' describes various font formats supported (and not supported) by FreeType.
Diffstat (limited to 'graphics/freetype2/Makefile')
-rw-r--r--graphics/freetype2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 3afa588b2d8..60fc262ddfd 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2004/06/15 07:29:00 cube Exp $
-#
+# $NetBSD: Makefile,v 1.35 2004/08/02 12:30:01 adam Exp $
-DISTNAME= freetype-2.1.8
-PKGNAME= freetype2-2.1.8
+DISTNAME= freetype-2.1.9
+PKGNAME= freetype2-2.1.9
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \
ftp://ftp.freetype.org/freetype/freetype2/ \