[coretext] Unbreak build

This commit is contained in:
Behdad Esfahbod 2018-11-16 02:55:29 -05:00
parent ce5da0f36a
commit e3e9547365
1 changed files with 2 additions and 2 deletions

View File

@ -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)