ref: 955f6a86a3c12c27fe0b96bfb880fa87a84712b7
parent: 41632b58eff46d351fffa529a5f860eb63155818
author: Werner Lemberg <[email protected]>
date: Wed Oct 16 15:47:57 EDT 2013
[autofit] Improve tracing message for extra light flag. * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Do it.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-16 Werner Lemberg <[email protected]>
+
+ [autofit] Improve tracing message for extra light flag.
+
+ * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Do it.
+
2013-10-15 Chongyu Zhu <[email protected]>
[arm] Fix thumb2 inline assembly under LLVM.
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -933,8 +933,9 @@
#ifdef FT_DEBUG_LEVEL_TRACE
if ( axis->extra_light )
- FT_TRACE5(( "this font is extra light\n"
- "\n" ));
+ FT_TRACE5(( "`%s' script is extra light (at current resolution)\n"
+ "\n",
+ af_script_names[metrics->root.script_class->script] ));
#endif
if ( dim == AF_DIMENSION_VERT )