09/03/19 23:40:49 Iy9mYAKY
>>82
関係あるかわかんないけど・・・。
[場所]→[コンピュータ]→[ファイルシステム]→[etc]→[fonts]→[conf.avail]フォルダ内の
「69-language-selector-ja-jp.conf」を開くとどのフォントを優先的に使うか書いてあるのね。
そんでもって、上にあるのから順番で優先的に使用されていくようなってるのね。
使いたいフォントって「69-language-selector-ja-jp.conf」の中にある?
そこにないフォントを使いたいなら<string>ほにゃらら</string>が一番上に書き足すとか、
こん中にある使いたいフォントを上に持ってくとかでは改善できない?
---------------------中略-----------------------
<edit name="family" mode="prepend" binding="strong">
<string>IPAMonaPGothic</string>
<string>IPAPGothic</string>
<string>VL PGothic</string>
<string>Sazanami Gothic</string>
<string>Kochi Gothic</string>
</edit>
---------------------中略-----------------------
<edit name="family" mode="prepend" binding="strong">
<string>IPAMonaPMincho</string>
<string>IPAPMincho</string>
<string>Sazanami Mincho</string>
<string>Kochi Mincho</string>
</edit>
---------------------中略-----------------------
<edit name="family" mode="prepend" binding="strong">
<string>IPAMonaGothic</string>
<string>IPAGothic</string>
<string>VL Gothic</string>
<string>Sazanami Gothic</string>
<string>Kochi Gothic</string>
</edit>