(run_otf): Print debugging information if necessary.
authorhanda <handa>
Fri, 6 Aug 2004 12:10:20 +0000 (12:10 +0000)
committerhanda <handa>
Fri, 6 Aug 2004 12:10:20 +0000 (12:10 +0000)
src/font-flt.c

index 07d3a7d..28841b9 100644 (file)
@@ -1127,6 +1127,11 @@ run_otf (int depth,
         FontLayoutContext *ctx)
 {
 #ifdef HAVE_OTF
+  MDEBUG_PRINT4 ("\n [FLT} %*s(OTF %s,%s)", depth, "",
+                (otf_cmd->gsub_features == Mnil ? ""
+                 : MSYMBOL_NAME (otf_cmd->gsub_features)),
+                (otf_cmd->gpos_features == Mnil ? ""
+                 : MSYMBOL_NAME (otf_cmd->gpos_features)));
   to = mfont__ft_drive_otf (gstring, from, to,
                            otf_cmd->script, otf_cmd->langsys,
                            otf_cmd->gsub_features, otf_cmd->gpos_features);