[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Apr 21 19:23:40 PDT 2015


 src/hb-coretext.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39851ce84efd30f6d0570324ff8f3808a01b813b
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Apr 21 19:23:27 2015 -0700

    [coretext] Oops; fix issue number for previous commit

diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index fc47669..0b710c2 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -791,7 +791,7 @@ retry:
     /* For right-to-left runs, CoreText returns the glyphs positioned such that
      * any trailing whitespace is to the left of (0,0).  Adjust coordinate system
      * to fix for that.  Test with any RTL string with trailing spaces.
-     * https://code.google.com/p/chromium/issues/detail?id=476913
+     * https://code.google.com/p/chromium/issues/detail?id=469028
      */
     if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
     {


More information about the HarfBuzz mailing list