- Merge the following from the English version:
r48719 -> r49376 head/ja_JP.eucJP/books/handbook/x11/chapter.xml
This commit is contained in:
parent
b1a456c4bd
commit
6e1e618d0d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49386
1 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: r48719
|
||||
Original revision: r49376
|
||||
$FreeBSD$
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
|
@ -1102,15 +1102,15 @@ EndSection</programlisting>
|
|||
<filename>/usr/local/share/fonts/</filename> と
|
||||
<filename>~/.fonts/</filename> にあるすべてのフォントは
|
||||
Xft 対応のアプリケーションで利用できます。
|
||||
これら 2 つ以外に別のディレクトリを追加したいのなら、
|
||||
これら 2 つのディレクトリ以外に別のディレクトリを追加したいなら、
|
||||
<filename>/usr/local/etc/fonts/local.conf</filename>
|
||||
に以下のような行を追加します。</para>
|
||||
に以下のような行を追加してください。</para>
|
||||
|
||||
<programlisting><dir>/path/to/my/fonts</dir></programlisting>
|
||||
|
||||
<para>新しいフォント、
|
||||
そして特に新しいフォントディレクトリを追加したら、
|
||||
以下のコマンドを実行してフォントキャッシュを再構築してください。</para>
|
||||
特に新しいフォントディレクトリを追加したら、
|
||||
フォントキャッシュを再構築してください。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>fc-cache -f</userinput></screen>
|
||||
|
||||
|
@ -1150,7 +1150,7 @@ EndSection</programlisting>
|
|||
100 に設定する方法があります。
|
||||
そうするためには次の行を加えてください。</para>
|
||||
|
||||
<programlisting> <match target="pattern" name="family">
|
||||
<programlisting> <match target="pattern" name="family">
|
||||
<test qual="any" name="family">
|
||||
<string>fixed</string>
|
||||
</test>
|
||||
|
@ -1200,11 +1200,11 @@ EndSection</programlisting>
|
|||
タグで終わるようにしてください。
|
||||
これを行わなければ、変更は無視されるでしょう。</para>
|
||||
|
||||
<para>最後に、ユーザは自分だけの設定を各自の
|
||||
<filename>.fonts.conf</filename> ファイルに追加できます。
|
||||
これを行うためには、それぞれのユーザが単に
|
||||
<filename>~/.fonts.conf</filename> を作成するだけです。
|
||||
このファイルも XML 形式でなければなりません。</para>
|
||||
<para>ユーザは自分だけの設定を各自の
|
||||
<filename>~/.config/fontconfig/fonts.conf</filename>
|
||||
に追加できます。
|
||||
このファイルもこれまでの説明と同じく <acronym>XML</acronym>
|
||||
形式を使います。</para>
|
||||
|
||||
<indexterm><primary>LCD スクリーン</primary></indexterm>
|
||||
<indexterm><primary>フォント</primary>
|
||||
|
@ -1218,7 +1218,7 @@ EndSection</programlisting>
|
|||
これを有効にするには <filename>local.conf</filename>
|
||||
ファイルに次の行を加えます。</para>
|
||||
|
||||
<programlisting><match target="font">
|
||||
<programlisting> <match target="font">
|
||||
<test qual="all" name="rgba">
|
||||
<const>unknown</const>
|
||||
</test>
|
||||
|
|
Loading…
Reference in a new issue