diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2019-05-12 15:01:43 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2019-05-12 15:01:43 +0000 |
commit | d4a8d01beadddff2689c4aeb946fc7f05410d86c (patch) | |
tree | 6c2d2e712c1a0b1140f9cd82ddeb959285b1afe3 /en_US.ISO8859-1 | |
parent | 13e501f2c7515c651fd8b00e63d13ae053d3f637 (diff) | |
download | doc-d4a8d01beadddff2689c4aeb946fc7f05410d86c.tar.gz doc-d4a8d01beadddff2689c4aeb946fc7f05410d86c.zip |
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.
PR: 237546
Submitted by nmingotti@gmail.com
Notes
Notes:
svn path=/head/; revision=53007
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/x11/chapter.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index bf7c98fb22..55937bf97b 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -1046,19 +1046,19 @@ EndSection</programlisting> &unix;/&ms-dos;/&windows; format for use by <application>&xorg;</application>. Once the files have been copied into this directory, use - <application>mkfontdir</application> to create a + <application>mkfontscale</application> to create a <filename>fonts.dir</filename>, so that the X font renderer knows that these new files have been installed. - <command>mkfontdir</command> can be installed as a + <command>mkfontscale</command> can be installed as a package:</para> - <screen>&prompt.root; <userinput>pkg install mkfontdir</userinput></screen> + <screen>&prompt.root; <userinput>pkg install mkfontscale</userinput></screen> <para>Then create an index of X font files in a directory:</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>Now add the &truetype; directory to the font path. This is just the same as described in <xref |