Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/freetype/files: freetype-2.4.12-set-adobe-cff-hinting-as-default.patch
Date: Sun, 02 Jun 2013 07:41:10
Message-Id: 20130602074104.767EE2171E@flycatcher.gentoo.org
1 yngwin 13/06/02 07:41:04
2
3 Added:
4 freetype-2.4.12-set-adobe-cff-hinting-as-default.patch
5 Log:
6 Version bump, with thanks to Mario Kicherer for his contributions in bug #469904
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
9
10 Revision Changes Path
11 1.1 media-libs/freetype/files/freetype-2.4.12-set-adobe-cff-hinting-as-default.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/files/freetype-2.4.12-set-adobe-cff-hinting-as-default.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/files/freetype-2.4.12-set-adobe-cff-hinting-as-default.patch?rev=1.1&content-type=text/plain
15
16 Index: freetype-2.4.12-set-adobe-cff-hinting-as-default.patch
17 ===================================================================
18 --- freetype-2.4.12/src/cff/cffobjs.c
19 +++ freetype-2.4.12/src/cff/cffobjs.c
20 @@ -1056,7 +1056,7 @@
21
22
23 /* set default property values */
24 - driver->hinting_engine = FT_CFF_HINTING_FREETYPE;
25 + driver->hinting_engine = FT_CFF_HINTING_ADOBE;
26 driver->no_stem_darkening = FALSE;
27
28 return FT_Err_Ok;