source: general/graphlib/fontconfig.xml@ 18b6c56

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 18b6c56 was 18b6c56, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Updated to fontconfig-2.6.0.

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

  • Property mode set to 100644
File size: 10.1 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[51a70dfd]7 <!ENTITY fontconfig-download-http "http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.gz">
[fb2e525]8 <!ENTITY fontconfig-download-ftp "&gentoo-ftp-repo;/fontconfig-&fontconfig-version;.tar.gz">
[18b6c56]9 <!ENTITY fontconfig-md5sum "b54ec1d4ddd836313fdbc0cd5299d6d">
10 <!ENTITY fontconfig-size "1.3 MB">
11 <!ENTITY fontconfig-buildsize "15.1 MB">
[ac567be]12 <!ENTITY fontconfig-time "0.2 SBU">
[52d29f7]13]>
14
[b9ad2f9a]15<sect1 id="fontconfig" xreflabel="Fontconfig-&fontconfig-version;">
[51a70dfd]16 <?dbhtml filename="fontconfig.html"?>
[481b3e8]17
[51a70dfd]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[481b3e8]22
[51a70dfd]23 <title>Fontconfig-&fontconfig-version;</title>
[481b3e8]24
[51a70dfd]25 <indexterm zone="fontconfig">
26 <primary sortas="a-Fontconfig">Fontconfig</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Fontconfig</title>
[481b3e8]31
[51a70dfd]32 <para>The <application>Fontconfig</application> package is a library
33 for configuring and customizing font access.</para>
[481b3e8]34
[51a70dfd]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&fontconfig-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&fontconfig-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &fontconfig-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &fontconfig-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &fontconfig-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &fontconfig-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <note>
[481b3e8]58 <para>The numbering system of <application>Fontconfig</application> is
[ac567be]59 unusual. The beta versions of the package are numbered with a 9x in the
[18b6c56]60 last portion of the release number. This means that 2.6.92 is a beta
[ac567be]61 release and the most current release is of the form
62 &fontconfig-version;</para>
[51a70dfd]63 </note>
[481b3e8]64
[51a70dfd]65 <bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
[481b3e8]66
[51a70dfd]67 <bridgehead renderas="sect4">Required</bridgehead>
[0997f66]68 <para role="required"><xref linkend="freetype2"/> and either
[fdf8b786]69 <xref linkend="expat"/> or <xref linkend="libxml2"/> (requires
70 <xref linkend="pkgconfig"/>)</para>
[481b3e8]71
[51a70dfd]72 <bridgehead renderas="sect4">Optional</bridgehead>
[caa1fce]73 <para role="optional"><xref linkend="docbook-utils"/></para>
[51a70dfd]74
75 <note>
[575b4a3f]76 <para>If you have <application>DocBook-utils</application> installed
77 and you remove the <parameter>--disable-docs</parameter> parameter from
78 the <command>configure</command> command below, you must have
79 <xref linkend="perl-sgmlspm"/> and <xref linkend="jadetex"/> installed
80 also, or the <application>Fontconfig</application> build will fail.</para>
[51a70dfd]81 </note>
[481b3e8]82
[1663c2b5]83 <para condition="html" role="usernotes">User Notes:
84 <ulink url='&blfs-wiki;/Fontconfig'/></para>
[e4e85b2]85
[51a70dfd]86 </sect2>
[481b3e8]87
[51a70dfd]88 <sect2 role="installation">
89 <title>Installation of Fontconfig</title>
90
[481b3e8]91 <para>Install <application>Fontconfig</application> by running the following
[51a70dfd]92 commands:</para>
93
[fdf8b786]94<screen><userinput>./configure --prefix=/usr \
95 --sysconfdir=/etc --localstatedir=/var \
[e4e85b2]96 --disable-docs --without-add-fonts \
[f060df7]97 --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
[51a70dfd]98make</userinput></screen>
[481b3e8]99
[51a70dfd]100 <para>To test the results, issue: <command>make check</command>.</para>
[481b3e8]101
[51a70dfd]102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[481b3e8]103
[18b6c56]104<screen role="root"><userinput>make install</userinput></screen>
[4774a15e]105
[51a70dfd]106 </sect2>
[481b3e8]107
[51a70dfd]108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
[fdf8b786]111 <para><parameter>--localstatedir=/var</parameter>: This switch places
112 the system font cache files in <filename
113 class='directory'>/var/cache/fontconfig</filename>.</para>
114
[e4e85b2]115 <para><parameter>--without-add-fonts</parameter>: This switch disables
116 the automatic search for X Window System fonts which, if found, may
117 confuse some applications.</para>
118
[18b6c56]119 <para><parameter>--disable-docs</parameter>: This switch avoids building
120 the documentation (the release tarball includes pre-generated
121 documentation).</para>
122
[ac567be]123 <para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
124 Though this parameter seems counter-intuitive following the preceding
125 parameter to the <command>configure</command> command, it is used so that
126 if the builder removes the <parameter>--disable-docs</parameter> parameter,
127 the documentation will be installed in a versioned directory name instead
128 of the default
129 <filename class='directory'>/usr/share/doc/fontconfig</filename>.</para>
[481b3e8]130
[51a70dfd]131 </sect2>
[481b3e8]132
[51a70dfd]133 <sect2 role="configuration">
134 <title>Configuring Fontconfig</title>
135
136 <sect3 id="fontconfig-config">
137 <title>Config Files</title>
[481b3e8]138
[fdf8b786]139 <para><filename>/etc/fonts/*, /etc/fonts/conf.avail/*, and
140 /etc/fonts/conf.d/*</filename></para>
[481b3e8]141
[51a70dfd]142 <indexterm zone="fontconfig fontconfig-config">
143 <primary sortas="e-etc-fonts">/etc/fonts/*</primary>
144 </indexterm>
[481b3e8]145
[51a70dfd]146 <indexterm zone="fontconfig fontconfig-config">
147 <primary sortas="e-etc-fonts-conf.d">/etc/fonts/conf.d/*</primary>
148 </indexterm>
[481b3e8]149
[fdf8b786]150 <indexterm zone="fontconfig fontconfig-config">
151 <primary sortas="e-etc-fonts-conf.avail">/etc/fonts/conf.avail/*</primary>
152 </indexterm>
153
[51a70dfd]154 </sect3>
155
156 <sect3>
157 <title>Configuration Information</title>
[481b3e8]158
[fdf8b786]159 <para>The main configuration file for <application>Fontconfig</application>
160 is <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want
161 to edit this file. It will also read <filename>/etc/fonts/local.conf</filename>
162 and any files in <filename class='directory'>/etc/fonts/conf.d</filename>.
163 To put a new font directory in the configuration, create
[ac567be]164 (or update) the <filename>/etc/fonts/local.conf</filename> file with your
[fdf8b786]165 local information or add a new file in
166 <filename class='directory'>/etc/fonts/conf.d</filename>. The default
167 location of fonts in <application>Fontconfig</application> is:</para>
[481b3e8]168
[51a70dfd]169 <itemizedlist spacing='compact'>
170 <listitem>
171 <para>/usr/share/fonts</para>
172 </listitem>
173 <listitem>
174 <para>~/.fonts</para>
175 </listitem>
176 </itemizedlist>
[481b3e8]177
[fdf8b786]178 <para><application>Fontconfig</application> also ships many example
179 configuration files in the <filename
180 class='directory'>/etc/fonts/conf.avail</filename> directory. Symlinking
181 to specific files from <filename class='directory'>/etc/fonts/conf.d</filename>
182 will enable them. The default setup is generally good enough for most
183 users. See <filename>/etc/fonts/conf.avail/README</filename> for a
184 description of the configuration files.</para>
185
[51a70dfd]186 <indexterm zone="fontconfig fontconfig-config">
187 <primary sortas="g-usr-share-fonts">/usr/share/fonts</primary>
188 </indexterm>
[481b3e8]189
[51a70dfd]190 <indexterm zone="fontconfig fontconfig-config">
191 <primary sortas="g-AA.fonts">~/.fonts</primary>
192 </indexterm>
[481b3e8]193
[e4e85b2]194 <para>More information about configuring
195 <application>Fontconfig</application> can be found in the user's manual
[fdf8b786]196 in <ulink
197 url="file:///usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-user.html"/>.
198 </para>
[e4e85b2]199
[51a70dfd]200 </sect3>
[481b3e8]201
[51a70dfd]202 </sect2>
[481b3e8]203
[51a70dfd]204 <sect2 role="content">
205 <title>Contents</title>
206
207 <segmentedlist>
208 <segtitle>Installed Programs</segtitle>
209 <segtitle>Installed Library</segtitle>
210 <segtitle>Installed Directories</segtitle>
[481b3e8]211
[51a70dfd]212 <seglistitem>
[fdf8b786]213 <seg>fc-cache, fc-cat, fc-list, and fc-match</seg>
[1039de3]214 <seg>libfontconfig.{so,a}</seg>
[9625e274]215 <seg>/etc/fonts, /usr/include/fontconfig,
216 /usr/share/doc/fontconfig-&fontconfig-version; and
217 /var/cache/fontconfig</seg>
[51a70dfd]218 </seglistitem>
219 </segmentedlist>
[481b3e8]220
[51a70dfd]221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
[481b3e8]225
[51a70dfd]226 <varlistentry id="fc-cache">
227 <term><command>fc-cache</command></term>
228 <listitem>
229 <para>is used to create font information caches.</para>
230 <indexterm zone="fontconfig fc-cache">
231 <primary sortas="b-fc-cache">fc-cache</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
[481b3e8]235
[fdf8b786]236 <varlistentry id="fc-cat">
237 <term><command>fc-cat</command></term>
238 <listitem>
239 <para>is used to read font information caches.</para>
240 <indexterm zone="fontconfig fc-cat">
241 <primary sortas="b-fc-cat">fc-cat</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
[51a70dfd]246 <varlistentry id="fc-list">
247 <term><command>fc-list</command></term>
248 <listitem>
249 <para>is used to create font lists.</para>
250 <indexterm zone="fontconfig fc-list">
251 <primary sortas="b-fc-list">fc-list</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
[481b3e8]255
[51a70dfd]256 <varlistentry id="fc-match">
257 <term><command>fc-match</command></term>
258 <listitem>
[481b3e8]259 <para>is used to match available fonts, or find fonts that match
[51a70dfd]260 a given pattern.</para>
261 <indexterm zone="fontconfig fc-match">
262 <primary sortas="b-fc-match">fc-match</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
[481b3e8]266
[51a70dfd]267 <varlistentry id="libfontconfig">
[1039de3]268 <term><filename class='libraryfile'>libfontconfig.{so,a}</filename></term>
[51a70dfd]269 <listitem>
[481b3e8]270 <para>contains functions used by the
271 <application>Fontconfig</application> programs and also by other
[51a70dfd]272 programs to configure or customize font access.</para>
273 <indexterm zone="fontconfig libfontconfig">
[1039de3]274 <primary sortas="c-libfontconfig">libfontconfig.{so,a}</primary>
[51a70dfd]275 </indexterm>
276 </listitem>
277 </varlistentry>
[481b3e8]278
[51a70dfd]279 </variablelist>
280
281 </sect2>
[8de6b187]282
283</sect1>
Note: See TracBrowser for help on using the repository browser.