From: handa Date: Wed, 24 Sep 2008 02:27:34 +0000 (+0000) Subject: (mflt_find): Setup coverage of "combining" flt. X-Git-Tag: REL-1-5-3~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4111459f028bd7d0352cfc80e6ac9a5c6e5d2b8e;p=m17n%2Fm17n-lib.git (mflt_find): Setup coverage of "combining" flt. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index 54941f8..6c82679 100644 --- 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;