Ignore:
Timestamp:
05/22/2005 10:19:50 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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:
384039a
Parents:
35036a30
Message:

Removed remaining acronym tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fontconfig.xml

    r35036a30 r481b3e8  
    1616<sect1 id="fontconfig" xreflabel="Fontconfig-&fontconfig-version;">
    1717  <?dbhtml filename="fontconfig.html"?>
    18  
     18
    1919  <sect1info>
    2020    <othername>$LastChangedBy$</othername>
    2121    <date>$Date$</date>
    2222  </sect1info>
    23  
     23
    2424  <title>Fontconfig-&fontconfig-version;</title>
    25  
     25
    2626  <indexterm zone="fontconfig">
    2727    <primary sortas="a-Fontconfig">Fontconfig</primary>
     
    3030  <sect2 role="package">
    3131    <title>Introduction to Fontconfig</title>
    32    
     32
    3333    <para>The <application>Fontconfig</application> package is a library
    3434    for configuring and customizing font access.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5757
    5858    <note>
    59       <para>The numbering system of <application>Fontconfig</application> is 
    60       unusual. The beta versions of the package are numbered with a 9x in the last 
    61       portion of the release number. This means that 2.3.90 is a beta release and 
     59      <para>The numbering system of <application>Fontconfig</application> is
     60      unusual. The beta versions of the package are numbered with a 9x in the last
     61      portion of the release number. This means that 2.3.90 is a beta release and
    6262      the most current release is of the form 2.3.1</para>
    6363    </note>
    64    
     64
    6565    <bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
    66    
     66
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para><xref linkend="freetype2"/> and <xref linkend="expat"/></para>
    69    
     69
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para><xref linkend="docbook-utils"/></para>
    7272
    7373    <note>
    74       <para>If you have <application>DocBook-utils</application> installed, 
    75       you must also have <xref linkend="perl-modules"/>: SGMLSpm-1.03ii installed 
     74      <para>If you have <application>DocBook-utils</application> installed,
     75      you must also have <xref linkend="perl-modules"/>: SGMLSpm-1.03ii installed
    7676      also, or the <application>Fontconfig</application> build will fail.</para>
    7777    </note>
    78    
    79   </sect2>
    80  
     78
     79  </sect2>
     80
    8181  <sect2 role="installation">
    8282    <title>Installation of Fontconfig</title>
    8383
    84     <para>Install <application>Fontconfig</application> by running the following 
     84    <para>Install <application>Fontconfig</application> by running the following
    8585    commands:</para>
    8686
     
    8888    --sysconfdir=/etc --disable-docs &amp;&amp;
    8989make</userinput></screen>
    90    
     90
    9191    <para>To test the results, issue: <command>make check</command>.</para>
    92    
     92
    9393    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    94    
     94
    9595<screen role="root"><userinput>make install</userinput></screen>
    96    
    97   </sect2>
    98  
     96
     97  </sect2>
     98
    9999  <sect2 role="commands">
    100100    <title>Command Explanations</title>
    101101
    102     <para><parameter>--disable-docs</parameter>: This switch avoids building the 
    103     documentation. If you wish to build the documentation using 
    104     <application>DocBook-utils</application>, you may need to remove the 
    105     <application>OpenSP</application> catalog definitions from the system 
    106     <acronym>SGML</acronym> catalogs. Use the following command before building
     102    <para><parameter>--disable-docs</parameter>: This switch avoids building the
     103    documentation. If you wish to build the documentation using
     104    <application>DocBook-utils</application>, you may need to remove the
     105    <application>OpenSP</application> catalog definitions from the system
     106    SGML catalogs. Use the following command before building
    107107    the package to accomplish this:</para>
    108108
     
    111111    /etc/sgml/catalog \
    112112    /etc/sgml/sgml-docbook.cat</userinput></screen>
    113    
    114   </sect2>
    115  
     113
     114  </sect2>
     115
    116116  <sect2 role="configuration">
    117117    <title>Configuring Fontconfig</title>
     
    119119    <sect3 id="fontconfig-config">
    120120      <title>Config Files</title>
    121      
     121
    122122      <para><filename>/etc/fonts/* and /etc/fonts/conf.d/*</filename></para>
    123      
     123
    124124      <indexterm zone="fontconfig fontconfig-config">
    125125        <primary sortas="e-etc-fonts">/etc/fonts/*</primary>
    126126      </indexterm>
    127      
     127
    128128      <indexterm zone="fontconfig fontconfig-config">
    129129        <primary sortas="e-etc-fonts-conf.d">/etc/fonts/conf.d/*</primary>
    130130      </indexterm>
    131    
     131
    132132    </sect3>
    133133
    134134    <sect3>
    135135      <title>Configuration Information</title>
    136      
    137       <para>The configuration file for <application>Fontconfig</application> is 
    138       <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit 
    139       this file. To put a new font directory in the configuration, create (or 
    140       update) the <filename>/etc/fonts/local.conf</filename> file with your local 
    141       information. The default location of fonts in 
     136
     137      <para>The configuration file for <application>Fontconfig</application> is
     138      <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit
     139      this file. To put a new font directory in the configuration, create (or
     140      update) the <filename>/etc/fonts/local.conf</filename> file with your local
     141      information. The default location of fonts in
    142142      <application>Fontconfig</application> is:</para>
    143      
     143
    144144      <itemizedlist spacing='compact'>
    145145        <listitem>
     
    150150        </listitem>
    151151      </itemizedlist>
    152      
     152
    153153      <indexterm zone="fontconfig fontconfig-config">
    154154        <primary sortas="g-usr-share-fonts">/usr/share/fonts</primary>
    155155      </indexterm>
    156      
     156
    157157      <indexterm zone="fontconfig fontconfig-config">
    158158        <primary sortas="g-AA.fonts">~/.fonts</primary>
    159159      </indexterm>
    160      
     160
    161161      <note>
    162162        <para><application>X</application> also includes an internal (and
    163         older) version of <application>Fontconfig</application> and unless it is 
    164         explicitly disabled when building <application>Xorg</application> or 
    165         <application>XFree86</application>, the internal version is created leaving 
    166         two slightly incompatible libraries on your system. It is recommended that 
     163        older) version of <application>Fontconfig</application> and unless it is
     164        explicitly disabled when building <application>Xorg</application> or
     165        <application>XFree86</application>, the internal version is created leaving
     166        two slightly incompatible libraries on your system. It is recommended that
    167167        you only install one version.</para>
    168168      </note>
    169    
     169
    170170    </sect3>
    171    
    172   </sect2>
    173  
     171
     172  </sect2>
     173
    174174  <sect2 role="content">
    175175    <title>Contents</title>
     
    179179      <segtitle>Installed Library</segtitle>
    180180      <segtitle>Installed Directories</segtitle>
    181      
     181
    182182      <seglistitem>
    183183        <seg>fc-cache, fc-list, and fc-match</seg>
     
    186186      </seglistitem>
    187187    </segmentedlist>
    188    
     188
    189189    <variablelist>
    190190      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    191191      <?dbfo list-presentation="list"?>
    192192      <?dbhtml list-presentation="table"?>
    193    
     193
    194194      <varlistentry id="fc-cache">
    195195        <term><command>fc-cache</command></term>
     
    201201        </listitem>
    202202      </varlistentry>
    203      
     203
    204204      <varlistentry id="fc-list">
    205205        <term><command>fc-list</command></term>
     
    211211        </listitem>
    212212      </varlistentry>
    213      
     213
    214214      <varlistentry id="fc-match">
    215215        <term><command>fc-match</command></term>
    216216        <listitem>
    217           <para>is used to match available fonts, or find fonts that match 
     217          <para>is used to match available fonts, or find fonts that match
    218218          a given pattern.</para>
    219219          <indexterm zone="fontconfig fc-match">
     
    222222        </listitem>
    223223      </varlistentry>
    224      
     224
    225225      <varlistentry id="libfontconfig">
    226226        <term><filename class='libraryfile'>libfontconfig.[so,a]</filename></term>
    227227        <listitem>
    228           <para>contains functions used by the 
    229           <application>Fontconfig</application> programs and also by other 
     228          <para>contains functions used by the
     229          <application>Fontconfig</application> programs and also by other
    230230          programs to configure or customize font access.</para>
    231231          <indexterm zone="fontconfig libfontconfig">
     
    234234        </listitem>
    235235      </varlistentry>
    236    
     236
    237237    </variablelist>
    238238
Note: See TracChangeset for help on using the changeset viewer.