[pango: 14/31] [coretext] Reverse glyphs if right-to-left



commit 44447b1baa7bea0a492de70a25580e901a7ff7b0
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Jul 28 20:27:13 2014 -0400

    [coretext] Reverse glyphs if right-to-left
    
    The shape.c layer is doing this for clumsy backends but warns.
    Fix properly.

 pango/pangocoretext-shape.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pango/pangocoretext-shape.c b/pango/pangocoretext-shape.c
index 4be1215..ef066ee 100644
--- a/pango/pangocoretext-shape.c
+++ b/pango/pangocoretext-shape.c
@@ -27,6 +27,7 @@
 #include <Carbon/Carbon.h>
 #include "pango-utils.h"
 #include "pangocoretext-private.h"
+#include "pango-impl-utils.h"
 
 static void
 set_glyph (PangoFont        *font,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]