[SCM] calf/master: + Big Bull: added a default hinting patch for GooCanvas (makes it slightly less ugly)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:38 UTC 2013


The following commit has been merged in the master branch:
commit 397e2b2dfbb098db0a6d59cc2ddb71b676f54bbb
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Sep 27 19:58:21 2008 +0000

    + Big Bull: added a default hinting patch for GooCanvas (makes it slightly less ugly)
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@305 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/bigbull/goo-hinting.diff b/bigbull/goo-hinting.diff
new file mode 100644
index 0000000..fcc54fe
--- /dev/null
+++ b/bigbull/goo-hinting.diff
@@ -0,0 +1,13 @@
+Index: src/goocanvastext.c
+===================================================================
+RCS file: /cvs/cairo/goocanvas/src/goocanvastext.c,v
+retrieving revision 1.22
+diff -r1.22 goocanvastext.c
+385c385
+<   cairo_hint_metrics_t hint_metrics = CAIRO_HINT_METRICS_OFF;
+---
+>   cairo_hint_metrics_t hint_metrics = CAIRO_HINT_METRICS_DEFAULT;
+412c412
+<   cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE);
+---
+>   cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_DEFAULT);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list