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:
33b8cae
)
(xft_find_metric): Set g->g.measured.
author
handa
<handa>
Sun, 6 Jan 2008 14:23:33 +0000
(14:23 +0000)
committer
handa
<handa>
Sun, 6 Jan 2008 14:23:33 +0000
(14:23 +0000)
src/m17n-X.c
patch
|
blob
|
history
diff --git
a/src/m17n-X.c
b/src/m17n-X.c
index
acb0904
..
62e0b1f
100644
(file)
--- a/
src/m17n-X.c
+++ b/
src/m17n-X.c
@@
-1206,7
+1206,7
@@
xft_find_metric (MRealizedFont *rfont, MGlyphString *gstring,
g->g.descent = (extents.height - extents.y) << 6;
}
g->g.yadv = 0;
- g->g.measured = 0;
+ g->g.measured = 1;
}
}