[cairo-bugs] [Bug 19369] New: Problem in text rendering

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 2 04:26:09 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=19369

           Summary: Problem in text rendering
           Product: cairo
           Version: 1.7.4
          Platform: ARM
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: naveen.k at aricent.com
         QAContact: cairo-bugs at cairographics.org


Hi,

We cross-compiled the gtk+-2.12.11.tar.bz2 for arm9e platform, with all
required dependencies(cairo-1.7.4.tar.bz2), and DirectFB as the backend. There
was problem in showing the text with expected color.To solve the text rendering
problem following mentioned change was done.

diff -ur cairo-1.7.4-org/src/cairo-directfb-surface.c
cairo-1.7.4/src/cairo-directfb-surface.c
--- cairo-1.7.4-org/src/cairo-directfb-surface.c        2008-08-10
23:23:06.000000000 +0530
+++ cairo-1.7.4/src/cairo-directfb-surface.c    2008-12-31 05:10:36.000000000
+0530
@@ -1706,7 +1706,9 @@
     RUN_CLIPPED (dst, NULL,
                  dst->dfbsurface->BatchBlit (dst->dfbsurface,
                                          cache->dfbsurface, rects, points,
num));
-        
+    /* fix */ 
+    dst->dfbsurface->SetBlittingFlags (dst->dfbsurface, DSBLIT_NOFX);    
+
     return CAIRO_STATUS_SUCCESS;
 }
 #endif /* DFB_SHOW_GLYPHS */

Regards,
Naveen.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list