From 7d310ff8b92482c8cda3113a91ee73f3d4283e13 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 6 Aug 2004 12:10:20 +0000 Subject: [PATCH] (run_otf): Print debugging information if necessary. --- src/font-flt.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/font-flt.c b/src/font-flt.c index 07d3a7d..28841b9 100644 --- a/src/font-flt.c +++ b/src/font-flt.c @@ -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); -- 1.7.10.4