[coretext] Unbreak build
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 16 Nov 2018 07:55:29 +0000 (02:55 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 16 Nov 2018 07:55:29 +0000 (02:55 -0500)
src/hb-coretext.cc

index cccc2d0..2830a42 100644 (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)