source: x/installing/x7font.xml@ 3b69a2aa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3b69a2aa was 3b69a2aa, checked in by DJ Lucas <dj@…>, 13 years ago

Separated Xorg Utilities packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8863 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY x7fonts-download-http "http://xorg.freedesktop.org/releases/individual/font/">
8 <!ENTITY x7fonts-download-ftp "ftp://ftp.x.org/pub/individual/font/">
9 <!ENTITY x7fonts-wget "&files-anduin;/xorg/font-&xorg7-release;.wget">
10 <!ENTITY x7fonts-md5sum "&files-anduin;/xorg/font-&xorg7-release;.md5">
11 <!ENTITY x7fonts-size "14.8 MB">
12 <!ENTITY x7fonts-buildsize "269 MB">
13 <!ENTITY x7fonts-time "2.0 SBU">
14]>
15
16<sect1 id="xorg7-font" xreflabel="Xorg Fonts">
17 <?dbhtml filename="x7font.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xorg Fonts</title>
25
26 <indexterm zone="xorg7-font">
27 <primary sortas="a-xorg7-font">Xorg Fonts</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xorg Fonts</title>
32
33 <para>The <application>Xorg</application> font packages provide
34 needed fonts to the <application>Xorg</application> applications.</para>
35
36 &lfs67_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&x7fonts-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&x7fonts-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: <ulink url="&x7fonts-md5sum;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download size: &x7fonts-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &x7fonts-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &x7fonts-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required download list: <ulink url="&x7fonts-wget;"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="xorg7-app"/> and
69 <xref linkend="xcursor-themes"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url='&blfs-wiki;/Xorg7Fonts'/></para>
73
74 </sect2>
75
76 <sect2>
77 <title>Downloading Xorg Fonts</title>
78
79 <para>To download the needed files using <application>wget</application>,
80 use the following commands:</para>
81
82<screen><userinput>mkdir font &amp;&amp;
83cd font &amp;&amp;
84grep -v '^#' ../font-&xorg7-release;.wget | wget -i- -c \
85 -B http://xorg.freedesktop.org/releases/individual/font/ &amp;&amp;
86md5sum -c ../font-&xorg7-release;.md5</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Xorg Fonts</title>
92
93 <para>Run the following commands for each package:</para>
94
95<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
96make</userinput></screen>
97
98 <para>These packages do not provide test suites.</para>
99
100 <para>Now as the <systemitem class="username">root</systemitem>
101 user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 <para>When all of the fonts have been installed, the system must be
106 configured so that <application>Fontconfig</application> can find the
107 TrueType fonts since they are outside of the default search path of
108 <filename class="directory">/usr/share/fonts</filename>. Make symlinks
109 to the <application>Xorg</application> TrueType font directories by
110 running the following commands as the
111 <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &amp;&amp;
114ln -svn $XORG_PREFIX/share/fonts/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
115ln -svn $XORG_PREFIX/share/fonts/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>bdftruncate</seg>
129 <seg>None</seg>
130 <seg><envar>$XORG_PREFIX</envar>/share/fonts</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="bdftruncate-x7">
140 <term><command>bdftruncate</command></term>
141 <listitem>
142 <para>generates a truncated BDF font from an ISO 10646-1-encoded
143 BDF font.</para>
144 <indexterm zone="xorg7-font bdftruncate-x7">
145 <primary sortas="b-bdftruncate">bdftruncate</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.