src/hb-coretext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 296d0134c9d04c82cc0bffd545b0fd9a308a2530 Author: Behdad Esfahbod <[email protected]> Date: Wed Oct 11 14:09:30 2017 +0200 [coretext] Change default point size to 12 diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 8219284d..432e0cc1 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -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) _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
