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:
961ffef
)
(mfont__select): Print score the a font for debugging.
author
handa
<handa>
Mon, 31 May 2004 11:27:27 +0000
(11:27 +0000)
committer
handa
<handa>
Mon, 31 May 2004 11:27:27 +0000
(11:27 +0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index
99365ca
..
0d7fe97
100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-952,8
+952,9
@@
mfont__select (MFrame *frame, MFont *spec, MFont *request, int limited_size,
if (best)
MDEBUG_PRINT_TIME ("FONT",
- (stderr, " to select <%s> from <%s>.",
+ (stderr, " to select <%s> (%x)from <%s>.",
gen_font_name (buf1, &best->font),
+ best->score,
buf2));
else
MDEBUG_PRINT_TIME ("FONT", (stderr, " to fail to find <%s>.", buf2));