Changeset 19bf3801
- Timestamp:
- 03/24/2005 09:56:36 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b1fc792b
- Parents:
- 3a0d3cf8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3a0d3cf8 r19bf3801 95 95 <!ENTITY lcms-version "1.14"> 96 96 <!ENTITY freetype2-version "2.1.9"> 97 <!ENTITY fontconfig-version "2. 2.3">97 <!ENTITY fontconfig-version "2.3.1"> 98 98 <!ENTITY libart_lgpl-version "2.3.16"> 99 99 <!ENTITY librsvg-version "2.8.1"> -
general/graphlib/fontconfig.xml
r3a0d3cf8 r19bf3801 6 6 7 7 <!ENTITY fontconfig-download-http "http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.gz"> 8 <!ENTITY fontconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/fontconfig-&fontconfig-version;.tar.gz"> 9 <!ENTITY fontconfig-md5sum "2466a797d645cda5eb466080fdaec416"> 10 <!ENTITY fontconfig-size "747 KB"> 11 <!ENTITY fontconfig-buildsize "10 MB"> 12 <!ENTITY fontconfig-time "0.18 SBU"> 8 <!-- <!ENTITY fontconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/fontconfig-&fontconfig-version;.tar.gz"> --> 9 <!ENTITY fontconfig-download-ftp " "> 10 <!ENTITY fontconfig-md5sum "d5e42a27ad2f22bc5ec45f15533fc5d1"> 11 <!ENTITY fontconfig-size "962 KB"> 12 <!ENTITY fontconfig-buildsize "10.5 MB"> 13 <!ENTITY fontconfig-time "0.19 SBU"> 13 14 ]> 14 15 … … 20 21 <?dbhtml filename="fontconfig.html"?> 21 22 <title>Fontconfig-&fontconfig-version;</title> 23 <indexterm zone="fontconfig"> 24 <primary sortas="a-Fontconfig">Fontconfig</primary></indexterm> 22 25 23 26 <sect2> … … 42 45 <note><para>The numbering system of <application>Fontconfig</application> is 43 46 unusual. The beta versions of the package are numbered with a 9x in the last 44 portion of the release number. This means that 2.2.96 is a beta release and 45 the most current release is of the form 2.2.3</para></note> 46 47 portion of the release number. This means that 2.3.90 is a beta release and 48 the most current release is of the form 2.3.1</para></note> 47 49 </sect3> 48 50 … … 67 69 <screen><userinput><command>./configure --prefix=/usr \ 68 70 --sysconfdir=/etc --disable-docs && 69 make && 70 make install</command></userinput></screen> 71 make</command></userinput></screen> 72 73 <para>Now, as the root user:</para> 74 75 <screen><userinput role='root'><command>make install</command></userinput></screen> 71 76 </sect2> 72 77 … … 91 96 <title>Configuring <application>Fontconfig</application></title> 92 97 93 <sect3><title>Config files</title> 94 <para><filename>/etc/fonts/*</filename></para> 98 <sect3 id="fontconfig-config"><title>Config files</title> 99 <para><filename>/etc/fonts/* and /etc/fonts/conf.d/*</filename></para> 100 <indexterm zone="fontconfig fontconfig-config"> 101 <primary sortas="e-etc-fonts">/etc/fonts/*</primary></indexterm> 102 <indexterm zone="fontconfig fontconfig-config"> 103 <primary sortas="e-etc-fonts-conf.d">/etc/fonts/conf.d/*</primary></indexterm> 95 104 </sect3> 96 105 … … 99 108 <para>The configuration file for <application>Fontconfig</application> is 100 109 <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit 101 this file. To put a new font directory in the configuration, update the 102 <filename>/etc/fonts/local.conf</filename> file with your local information. 103 The default location of fonts in <application>Fontconfig</application> is: 110 this file. To put a new font directory in the configuration, create (or 111 update) the <filename>/etc/fonts/local.conf</filename> file with your local 112 information. The default location of fonts in 113 <application>Fontconfig</application> is: 104 114 </para> 105 115 … … 108 118 <listitem><para>~/.fonts</para></listitem> 109 119 </itemizedlist> 120 <indexterm zone="fontconfig fontconfig-config"> 121 <primary sortas="g-usr-share-fonts">/usr/share/fonts</primary></indexterm> 122 <indexterm zone="fontconfig fontconfig-config"> 123 <primary sortas="g-AA.fonts">~/.fonts</primary></indexterm> 110 124 111 125 <note><para><application>X</application> also includes an internal (and 112 126 older) version of <application>Fontconfig</application> and unless it is 113 explicitly disabled when building <application>X Free86</application>, the114 internal version is created leaving two slightly incompatible libraries on115 your system. It is recommended that you only install one version.</para></note> 116 127 explicitly disabled when building <application>Xorg</application> or 128 <application>XFree86</application>, the internal version is created leaving 129 two slightly incompatible libraries on your system. It is recommended that 130 you only install one version.</para></note> 117 131 </sect3> 118 132 … … 122 136 <title>Contents</title> 123 137 124 <para>The <application>Fontconfig</application> package contains the 125 <filename class='libraryfile'>libfontconfig</filename> library, 126 <command>fc-cache</command>, and <command>fc-list</command>.</para> 138 <segmentedlist> 139 <segtitle>Installed Programs</segtitle> 140 <segtitle>Installed Library</segtitle> 141 <segtitle>Installed Directories</segtitle> 127 142 128 </sect2> 143 <seglistitem> 144 <seg>fc-cache, fc-list and fc-match</seg> 145 <seg>libfontconfig.[so,a]</seg> 146 <seg>/etc/fonts and /usr/include/fontconfig</seg> 147 </seglistitem> 148 </segmentedlist> 129 149 130 <sect2><title>Description</title> 150 <variablelist> 151 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 152 <?dbfo list-presentation="list"?> 131 153 132 <sect3><title>fc-cache</title> 133 <para><command>fc-cache</command> is a command to create font information 134 caches.</para></sect3> 154 <varlistentry id="fc-cache"> 155 <term><command>fc-cache</command></term> 156 <listitem><para>is used to create font information caches.</para> 157 <indexterm zone="fontconfig fc-cache"> 158 <primary sortas="b-fc-cache">fc-cache</primary> 159 </indexterm></listitem> 160 </varlistentry> 135 161 136 <sect3><title>fc-list</title> 137 <para><command>fc-list</command> is a command to list fonts.</para></sect3> 162 <varlistentry id="fc-list"> 163 <term><command>fc-list</command></term> 164 <listitem><para>is used to create font lists.</para> 165 <indexterm zone="fontconfig fc-list"> 166 <primary sortas="b-fc-list">fc-list</primary> 167 </indexterm></listitem> 168 </varlistentry> 169 170 <varlistentry id="fc-match"> 171 <term><command>fc-match</command></term> 172 <listitem><para>is used to match available fonts, or find fonts that match 173 a given pattern.</para> 174 <indexterm zone="fontconfig fc-match"> 175 <primary sortas="b-fc-match">fc-match</primary> 176 </indexterm></listitem> 177 </varlistentry> 178 179 <varlistentry id="libfontconfig"> 180 <term><filename class='libraryfile'>libfontconfig.[so,a]</filename></term> 181 <listitem><para>contains functions used by the 182 <application>Fontconfig</application> programs and also by other programs to 183 configure or customize font access.</para> 184 <indexterm zone="fontconfig libfontconfig"> 185 <primary sortas="c-libfontconfig">libfontconfig.[so,a]</primary> 186 </indexterm></listitem> 187 </varlistentry> 188 </variablelist> 138 189 139 190 </sect2> -
introduction/welcome/changelog.xml
r3a0d3cf8 r19bf3801 23 23 <itemizedlist> 24 24 25 <listitem><para>March 24th, 2005 [randy]: Updated to 26 Sysstat-5.1.5</para></listitem>25 <listitem><para>March 24th, 2005 [randy]: Updated to Sysstat-5.1.5 and 26 Fontconfig-2.3.1.</para></listitem> 27 27 28 28 <listitem><para>March 23rd, 2005 [randy]: Updated to Shadow-4.0.7; added -
x/installing/x-setup.xml
r3a0d3cf8 r19bf3801 175 175 <para>Ensure you have the following directory entries in 176 176 <filename>/etc/fonts/local.conf</filename>, inside the fontconfig 177 tags:</para> 177 tags. Create <filename>/etc/fonts/local.conf</filename> using the 178 following commands:</para> 178 179 179 180 <indexterm zone="x-setup fonts"> … … 181 182 </indexterm> 182 183 184 <screen><userinput><command>cat > /etc/fonts/local.conf << "EOF"</command> 185 <?xml version="1.0"?> 186 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 187 <!-- /etc/fonts/local.conf file for local customizations --> 188 189 <fontconfig> 190 <dir>/usr/X11R6/lib/X11/fonts/TTF</dir> 191 <dir>/usr/X11R6/lib/X11/fonts/Type1</dir> 192 </fontconfig> 193 194 <command>EOF</command></userinput></screen> 195 196 <!-- 183 197 <screen><userinput><command>sed -i -e '/^<\/fontconfig>/i\ 184 198 <dir>/usr/X11R6/lib/X11/fonts/TTF</dir>\ 185 199 <dir>/usr/X11R6/lib/X11/fonts/Type1</dir>' /etc/fonts/local.conf</command></userinput></screen> 200 --> 186 201 187 202 <para>The <command>fc-cache</command> program will automatically search
Note:
See TracChangeset
for help on using the changeset viewer.