Ignore:
Timestamp:
03/24/2005 09:56:36 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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
Children:
b1fc792b
Parents:
3a0d3cf8
Message:

Updated to Fontconfig-2.3.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x-setup.xml

    r3a0d3cf8 r19bf3801  
    175175<para>Ensure you have the following directory entries in
    176176<filename>/etc/fonts/local.conf</filename>, inside the fontconfig
    177 tags:</para>
     177tags. Create <filename>/etc/fonts/local.conf</filename> using the
     178following commands:</para>
    178179
    179180<indexterm zone="x-setup fonts">
     
    181182</indexterm>
    182183
     184<screen><userinput><command>cat &gt; /etc/fonts/local.conf &lt;&lt; "EOF"</command>
     185&lt;?xml version="1.0"?&gt;
     186&lt;!DOCTYPE fontconfig SYSTEM "fonts.dtd"&gt;
     187&lt;!-- /etc/fonts/local.conf file for local customizations --&gt;
     188
     189&lt;fontconfig&gt;
     190&lt;dir&gt;/usr/X11R6/lib/X11/fonts/TTF&lt;/dir&gt;
     191&lt;dir&gt;/usr/X11R6/lib/X11/fonts/Type1&lt;/dir&gt;
     192&lt;/fontconfig&gt;
     193
     194<command>EOF</command></userinput></screen>
     195
     196<!--
    183197<screen><userinput><command>sed -i -e '/^&lt;\/fontconfig&gt;/i\
    184198&lt;dir&gt;/usr/X11R6/lib/X11/fonts/TTF&lt;/dir&gt;\
    185199&lt;dir&gt;/usr/X11R6/lib/X11/fonts/Type1&lt;/dir&gt;' /etc/fonts/local.conf</command></userinput></screen>
     200 -->
    186201
    187202<para>The <command>fc-cache</command> program will automatically search
Note: See TracChangeset for help on using the changeset viewer.