summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-16 04:10:53 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-11-16 04:10:53 -0500
commit78bd4475946f2d255539306e4b1115f408c54b54 (patch)
tree3920631f04d92f2c8e1d2b84dae125a68e0c143c
parentfd27a23c824bbbd4f4c7e75701cc5d287289704b (diff)
[coretext] One more try
-rw-r--r--src/hb-coretext.cc2
1 files changed, 1 insertions, 1 deletions
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)