Update to r53007:
Chase merge of mkfontdir into mkfontscale. The port mkfontdir was removed and merged into mkfontscale. Rename mentions of mkfontdir in the X11 chapter to fit.
This commit is contained in:
parent
21028c1a05
commit
f17c051a28
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53810
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $
|
||||
basiert auf: r52765
|
||||
basiert auf: r53007
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1115,19 +1115,19 @@ EndSection</programlisting>
|
|||
&unix;/&ms-dos;/&windows;-Format vorliegen müssen und nicht
|
||||
direkt von einem &apple; &mac; übernommen werden können.
|
||||
Sobald die Dateien in das Verzeichnis kopiert wurden,
|
||||
verwenden Sie <application>mkfontdir</application> um
|
||||
verwenden Sie <application>mkfontscale</application> um
|
||||
<filename>fonts.dir</filename> zu erstellen, damit X
|
||||
weiß, dass diese neuen Dateien installiert wurden.
|
||||
<command>mkfontdir</command> kann als Paket installiert
|
||||
<command>mkfontscale</command> kann als Paket installiert
|
||||
werden:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install mkfontdir</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg install mkfontscale</userinput></screen>
|
||||
|
||||
<para>Erstellen Sie dann einen Index der Schriftarten
|
||||
für X:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/local/share/fonts/TrueType</userinput>
|
||||
&prompt.root; <userinput>mkfontdir</userinput></screen>
|
||||
&prompt.root; <userinput>mkfontscale</userinput></screen>
|
||||
|
||||
<para>Geben Sie dem System das &truetype;-Verzeichnis, wie im
|
||||
<xref linkend="type1"/> beschrieben, bekannt:</para>
|
||||
|
|
Loading…
Reference in a new issue