[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Nov 16 07:56:08 UTC 2018
src/hb-coretext.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e3e9547365417e547beec84494c8bf6e4e2947fb
Author: Behdad Esfahbod <behdad at behdad.org>
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)
More information about the HarfBuzz
mailing list