From e3e9547365417e547beec84494c8bf6e4e2947fb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 16 Nov 2018 02:55:29 -0500 Subject: [PATCH] [coretext] Unbreak build --- src/hb-coretext.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index cccc2d0b4..2830a4264 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -101,8 +101,8 @@ _hb_cg_font_release (void *data) /* XXX TODO */ //HB_SHAPER_DATA_ENSURE_DEFINE_WITH_CONDITION(coretext, font, - fabs (CTFontGetSize((CTFontRef) data) - coretext_font_size_from_ptem (font->ptem)) <= .5 -); +// fabs (CTFontGetSize((CTFontRef) data) - coretext_font_size_from_ptem (font->ptem)) <= .5 +//); static CTFontDescriptorRef get_last_resort_font_desc (void)