I met a problem that when I run fc-match -s, it returns a list of fonts. <br>but it is strange that the first one in the sorted list is not the one fc-match returned. <br><br>is it a problem or not?<br><br>thanks <br><pre class="bz_comment_text" id="comment_text_1">
<br>[root@linux Release]# LANG=ja fc-match &quot;Droid Sans&quot;<br>DroidSansJapanese.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;</pre>
<pre class="bz_comment_text" id="comment_text_1">[root@linux Release]# LANG=ja fc-match -s &quot;Droid Sans&quot;
DroidSansJapanese.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSans.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansHebrew.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansArabic.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansThai.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansFallback.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
n019003l.pfb: &quot;Nimbus Sans L&quot; &quot;Regular&quot;
uming.ttc: &quot;AR PL UMing HK&quot; &quot;Light&quot;
uming.ttc: &quot;AR PL UMing CN&quot; &quot;Light&quot;
msyh.ttf: &quot;Microsoft YaHei&quot; &quot;Normal&quot;
LiberationMono-Regular.ttf: &quot;Liberation Mono&quot; &quot;Regular&quot;
LiberationSans-Regular.ttf: &quot;Liberation Sans&quot; &quot;Regular&quot;
LiberationSerif-Regular.ttf: &quot;Liberation Serif&quot; &quot;Regular&quot;
ukai.ttc: &quot;AR PL UKai CN&quot; &quot;Book&quot;
ukai.ttc: &quot;AR PL UKai TW MBE&quot; &quot;Book&quot;
d050000l.pfb: &quot;Dingbats&quot; &quot;Regular&quot;
s050000l.pfb: &quot;Standard Symbols L&quot; &quot;Regular&quot;
<br>it is correct for LANG=ja. <br>but for LANG=ja_JP<br><br><br>[root@linux Release]# LANG=ja_JP fc-match &quot;Droid Sans&quot;<br>DroidSansJapanese.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
<br>but for sorted fc-match, the returned list is strange. <br>
[root@linux Release]# LANG=ja_JP fc-match -s &quot;Droid Sans&quot;
DroidSans.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansHebrew.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansArabic.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansThai.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansJapanese.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
DroidSansFallback.ttf: &quot;Droid Sans&quot; &quot;Regular&quot;
n019003l.pfb: &quot;Nimbus Sans L&quot; &quot;Regular&quot;
uming.ttc: &quot;AR PL UMing HK&quot; &quot;Light&quot;
uming.ttc: &quot;AR PL UMing CN&quot; &quot;Light&quot;
msyh.ttf: &quot;Microsoft YaHei&quot; &quot;Normal&quot;
LiberationMono-Regular.ttf: &quot;Liberation Mono&quot; &quot;Regular&quot;
LiberationSans-Regular.ttf: &quot;Liberation Sans&quot; &quot;Regular&quot;
LiberationSerif-Regular.ttf: &quot;Liberation Serif&quot; &quot;Regular&quot;
ukai.ttc: &quot;AR PL UKai CN&quot; &quot;Book&quot;
ukai.ttc: &quot;AR PL UKai TW MBE&quot; &quot;Book&quot;
d050000l.pfb: &quot;Dingbats&quot; &quot;Regular&quot;
s050000l.pfb: &quot;Standard Symbols L&quot; &quot;Regular&quot;         </pre>thanks <br><br>James <br>