]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- out of date (integrated into sources)
authorwrobell <wrobell@pld-linux.org>
Mon, 18 Nov 2002 12:10:45 +0000 (12:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype2-fix-metrics.patch -> 1.2

freetype2-fix-metrics.patch [deleted file]

diff --git a/freetype2-fix-metrics.patch b/freetype2-fix-metrics.patch
deleted file mode 100644 (file)
index aa3ab6b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- freetype-2.1.2/src/pcf/pcfdriver.c.leftright       Wed Aug 28 23:36:54 2002
-+++ freetype-2.1.2/src/pcf/pcfdriver.c Wed Aug 28 23:39:26 2002
-@@ -509,9 +509,9 @@
-     slot->bitmap_top  = metric->ascent;
-     slot->metrics.horiAdvance  = metric->characterWidth << 6 ;
--    slot->metrics.horiBearingX = metric->rightSideBearing << 6 ;
-+    slot->metrics.horiBearingX = metric->leftSideBearing << 6 ;
-     slot->metrics.horiBearingY = metric->ascent << 6 ;
--    slot->metrics.width        = metric->characterWidth << 6 ;
-+    slot->metrics.width        = (metric->rightSideBearing - metric->leftSideBearing) << 6 ;
-     slot->metrics.height       = bitmap->rows << 6;
-     slot->linearHoriAdvance = (FT_Fixed)bitmap->width << 16;
This page took 0.179507 seconds and 4 git commands to generate.