projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea68b0d
)
(run_command): Print debug info for
author
handa
<handa>
Fri, 25 Nov 2005 06:45:03 +0000
(06:45 +0000)
committer
handa
<handa>
Fri, 25 Nov 2005 06:45:03 +0000
(06:45 +0000)
left/rigth_padding
src/font-flt.c
patch
|
blob
|
history
diff --git
a/src/font-flt.c
b/src/font-flt.c
index
5d2c8dc
..
668ff6f
100644
(file)
--- a/
src/font-flt.c
+++ b/
src/font-flt.c
@@
-1251,12
+1251,16
@@
run_command (int depth, int id, MGlyphString *gstring, int from, int to,
}
case CMD_ID_LEFT_PADDING:
+ MDEBUG_PRINT2 ("\n [FLT] %*s[", depth, "");
ctx->left_padding = 1;
return from;
case CMD_ID_RIGHT_PADDING:
if (gstring->used > 0)
- gstring->glyphs[gstring->used - 1].right_padding = 1;
+ {
+ MDEBUG_PRINT2 ("\n [FLT] %*s]", depth, "");
+ gstring->glyphs[gstring->used - 1].right_padding = 1;
+ }
return from;
}