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:
97d7a85
)
(mdraw_glyph_list): Fix settting of glyphs->font->source.
author
handa
<handa>
Tue, 4 Oct 2005 11:37:31 +0000
(11:37 +0000)
committer
handa
<handa>
Tue, 4 Oct 2005 11:37:31 +0000
(11:37 +0000)
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
382b5f6
..
80925c3
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-2846,7
+2846,7
@@
mdraw_glyph_list (MFrame *frame, MText *mt, int from, int to,
{
glyphs->font = (MFont *) g->rface->rfont;
glyphs->font_type
- = (g->rface->rfont->font->type == MFONT_SOURCE_X ? Mx
+ = (glyphs->font->source == MFONT_SOURCE_X ? Mx
: g->rface->rfont->driver == &mfont__ft_driver ? Mfreetype
: Mxft);
glyphs->fontp = g->rface->rfont->fontp;