[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Nov 16 09:11:10 UTC 2018


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

New commits:
commit 78bd4475946f2d255539306e4b1115f408c54b54
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Nov 16 04:10:53 2018 -0500

    [coretext] One more try

diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index 85d0be3f..b65f5b6e 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -338,7 +338,7 @@ static const hb_coretext_font_data_t *
 hb_coretext_font_data_sync (hb_font_t *font)
 {
 retry:
-  const hb_coretext_shaper_font_data_t *data = font->data.font;
+  const hb_coretext_font_data_t *data = font->data.font;
   if (unlikely (!data)) return nullptr;
 
   if (fabs (CTFontGetSize((CTFontRef) data) - coretext_font_size_from_ptem (font->ptem)) > .5)


More information about the HarfBuzz mailing list