Changeset e4e85b2


Ignore:
Timestamp:
03/28/2006 03:03:45 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6e43b142
Parents:
43d8a509
Message:

Suppress X font paths in Fontconfig

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fontconfig.xml

    r43d8a509 re4e85b2  
    8383    </note>
    8484
     85    <bridgehead renderas="sect3" condition="html" role="usernotes">User Notes:
     86    <ulink url='&blfs-wiki;/Fontconfig'/></bridgehead>
     87
    8588  </sect2>
    8689
     
    9194    commands:</para>
    9295
    93 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-docs \
    94     --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     97    --disable-docs --without-add-fonts \
     98    --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;&amp;&amp;
    9599make</userinput></screen>
    96100
     
    118122    documentation).</para>
    119123
     124    <para><parameter>--without-add-fonts</parameter>: This switch disables
     125    the automatic search for X Window System fonts which, if found, may
     126    confuse some applications.</para>
     127
    120128    <para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
    121129    Though this parameter seems counter-intuitive following the preceding
     
    172180        <primary sortas="g-AA.fonts">~/.fonts</primary>
    173181      </indexterm>
     182
     183      <para>More information about configuring
     184      <application>Fontconfig</application> can be found in the user's manual
     185      at <ulink url="http://fontconfig.org/fontconfig-user.html"/>.  There are
     186      additional configuration files shipped with
     187      <application>Fontconfig</application> in <filename
     188      class="directory">/etc/fonts/conf.d</filename> that will be enabled
     189      if their names begin with 2 numbers, e.g.,
     190      <filename>/etc/fonts/conf.d/10-autohint.conf</filename>.</para>
    174191
    175192      <note>
  • introduction/welcome/changelog.xml

    r43d8a509 re4e85b2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Added --without-add-fonts back into Fontconfig
     49          with a different note describing it's use.  Added more information
     50          about configuring Fontconfig and a link to the user's manual.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[dnicholson] - Reworked the fonts section of X Window System
    4954          Components.  Added detailed description of both font services and
    50           more links to available fonts.</para>
     55          more links to available fonts.  Thanks to Alexander Patrakov, Andrew
     56          Benton, Bruce Dubbs and Ken Moffat for their contributions.</para>
    5157        </listitem>
    5258        <listitem>
Note: See TracChangeset for help on using the changeset viewer.