[coretext] Change default point size to 12
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 11 Oct 2017 12:09:30 +0000 (14:09 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 11 Oct 2017 12:09:30 +0000 (14:09 +0200)
src/hb-coretext.cc

index 8219284..432e0cc 100644 (file)
@@ -36,7 +36,7 @@
 #define HB_DEBUG_CORETEXT (HB_DEBUG+0)
 #endif
 
-#define HB_CORETEXT_FONT_SIZE 18.0
+#define HB_CORETEXT_FONT_SIZE 12.0
 
 static void
 release_table_data (void *user_data)