From 06c14225b20aa43ae88d362be2de577f6cf3f7b9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 11 Oct 2017 15:29:53 +0200 Subject: [PATCH] [coretext] Minor --- src/hb-coretext.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 8cfec1e..a2bbfbd 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -36,6 +36,7 @@ #define HB_DEBUG_CORETEXT (HB_DEBUG+0) #endif +/* https://developer.apple.com/documentation/coretext/1508745-ctfontcreatewithgraphicsfont */ #define HB_CORETEXT_FONT_SIZE 12.0 static void -- 2.7.4