From 19463c5c3f4b5b25eff557c813d6e6975ebc2491 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Mon, 3 Feb 2014 20:38:20 +0200 Subject: Fix character mirroring issue with HarfBuzz-NG HarfBuzz-NG does character mirroring where appropriate. A simple solution is to unset RightToLeft shaper flag when text gets shaped with HB-NG. Instead, move the mirroring code right to HB-old proxy function and decrease code duplication. Change-Id: Icdcd50b73b3e6a43da4b85addc7d8f51edf86512 Reviewed-by: Lars Knoll --- src/gui/text/qfontengine_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/text/qfontengine_p.h') diff --git a/src/gui/text/qfontengine_p.h b/src/gui/text/qfontengine_p.h index c181d61d73..9bc1900b99 100644 --- a/src/gui/text/qfontengine_p.h +++ b/src/gui/text/qfontengine_p.h @@ -120,7 +120,6 @@ public: }; enum ShaperFlag { - RightToLeft = 0x0001, DesignMetrics = 0x0002, GlyphIndicesOnly = 0x0004 }; -- cgit v1.2.3