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:
c21b3e8
)
(ft_open): Set type and fontp members.
author
handa
<handa>
Fri, 13 Aug 2004 11:28:44 +0000
(11:28 +0000)
committer
handa
<handa>
Fri, 13 Aug 2004 11:28:44 +0000
(11:28 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
bab716c
..
c1b3031
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-503,6
+503,8
@@
ft_open (MRealizedFont *rfont)
rfont->status = 1;
rfont->ascent = ft_info->ft_face->ascender >> 6;
rfont->descent = - (ft_info->ft_face->descender >> 6);
+ rfont->type = Mfreetype;
+ rfont->fontp = ft_info->ft_face;
return 0;
err: