src/hb-coretext.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e3e9547365417e547beec84494c8bf6e4e2947fb Author: Behdad Esfahbod <[email protected]> Date: Fri Nov 16 02:55:29 2018 -0500 [coretext] Unbreak build diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index cccc2d0b..2830a426 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) _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
