From 6af38938c1752bf61b8855db1f1524d0e9ed6097 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Tue, 14 Aug 2018 23:58:28 +0000 Subject: harfbuzz 1.8.8 git-svn-id: svn://tug.org/texlive/trunk@48403 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/harfbuzz/harfbuzz-src/src/hb-coretext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/src/hb-coretext.cc') diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-coretext.cc b/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-coretext.cc index 13ab988651f..1b916a53d34 100644 --- a/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-coretext.cc +++ b/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-coretext.cc @@ -348,7 +348,7 @@ hb_coretext_font_create (CTFontRef ct_font) hb_font_set_ptem (font, coretext_font_size_to_ptem (CTFontGetSize(ct_font))); /* Let there be dragons here... */ - HB_SHAPER_DATA_GET (font) = (hb_coretext_font_data_t *) CFRetain (ct_font); + HB_SHAPER_DATA (HB_SHAPER, font).set_relaxed ((hb_coretext_font_data_t *) CFRetain (ct_font)); return font; } -- cgit v1.2.3