From owner-svn-doc-head@freebsd.org Tue Sep 13 09:03:30 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FAF1BD6C53; Tue, 13 Sep 2016 09:03:30 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FE6CC12; Tue, 13 Sep 2016 09:03:30 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8D93TFO078808; Tue, 13 Sep 2016 09:03:29 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8D93TpQ078807; Tue, 13 Sep 2016 09:03:29 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201609130903.u8D93TpQ078807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Tue, 13 Sep 2016 09:03:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49386 - head/ja_JP.eucJP/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 09:03:30 -0000 Author: ryusuke Date: Tue Sep 13 09:03:29 2016 New Revision: 49386 URL: https://svnweb.freebsd.org/changeset/doc/49386 Log: - Merge the following from the English version: r48719 -> r49376 head/ja_JP.eucJP/books/handbook/x11/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/x11/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/x11/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/x11/chapter.xml Tue Sep 13 08:45:30 2016 (r49385) +++ head/ja_JP.eucJP/books/handbook/x11/chapter.xml Tue Sep 13 09:03:29 2016 (r49386) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r48719 + Original revision: r49376 $FreeBSD$ --> /usr/local/share/fonts/~/.fonts/ にあるすべてのフォントは Xft 対応のアプリケーションで利用できます。 - これら 2 つ以外に別のディレクトリを追加したいのなら、 + これら 2 つのディレクトリ以外に別のディレクトリを追加したいなら、 /usr/local/etc/fonts/local.conf - に以下のような行を追加します。 + に以下のような行を追加してください。 <dir>/path/to/my/fonts</dir> 新しいフォント、 - そして特に新しいフォントディレクトリを追加したら、 - 以下のコマンドを実行してフォントキャッシュを再構築してください。 + 特に新しいフォントディレクトリを追加したら、 + フォントキャッシュを再構築してください。 &prompt.root; fc-cache -f @@ -1150,7 +1150,7 @@ EndSection 100 に設定する方法があります。 そうするためには次の行を加えてください。 - <match target="pattern" name="family"> + <match target="pattern" name="family"> <test qual="any" name="family"> <string>fixed</string> </test> @@ -1200,11 +1200,11 @@ EndSection タグで終わるようにしてください。 これを行わなければ、変更は無視されるでしょう。 - 最後に、ユーザは自分だけの設定を各自の - .fonts.conf ファイルに追加できます。 - これを行うためには、それぞれのユーザが単に - ~/.fonts.conf を作成するだけです。 - このファイルも XML 形式でなければなりません。 + ユーザは自分だけの設定を各自の + ~/.config/fontconfig/fonts.conf + に追加できます。 + このファイルもこれまでの説明と同じく XML + 形式を使います。 LCD スクリーン フォント @@ -1218,7 +1218,7 @@ EndSection これを有効にするには local.conf ファイルに次の行を加えます。 - <match target="font"> + <match target="font"> <test qual="all" name="rgba"> <const>unknown</const> </test>