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:
54e5ff6
)
(mflt_find): Setup coverage of "combining" flt.
author
handa
<handa>
Wed, 24 Sep 2008 02:27:34 +0000
(
02:27
+0000)
committer
handa
<handa>
Wed, 24 Sep 2008 02:27:34 +0000
(
02:27
+0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
54941f8
..
6c82679
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-2424,6
+2424,9
@@
mflt_find (int c, MFLTFont *font)
continue;
if (flt->family && flt->family != font->family)
continue;
+ if (flt->name == Mcombining
+ && ! mchartable_lookup (flt->coverage, 0))
+ setup_combining_flt (flt);
if (c >= 0
&& ! mchartable_lookup (flt->coverage, c))
continue;