1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6 less'. A typical entry in a Makefile or Makefile.am is:
8 manpage.1: manpage.sgml
12 The docbook-to-man binary is found in the docbook-to-man package.
13 Please remember that if you create the nroff version in one of the
14 debian/rules file targets (such as build), you will need to include
15 docbook-to-man in your Build-Depends control field.
19 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20 <!ENTITY dhfirstname "<firstname>Josselin</firstname>">
21 <!ENTITY dhsurname "<surname>Mouette</surname>">
22 <!-- Please adjust the date whenever revising the manpage. -->
23 <!ENTITY dhdate "<date>Aug 13, 2008</date>">
24 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25 allowed: see man(7), man(1). -->
26 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
27 <!ENTITY dhemail "<email>joss@debian.org</email>">
28 <!ENTITY dhusername "Josselin Mouette">
29 <!ENTITY dhucpackage "<refentrytitle>fc-cache</refentrytitle>">
30 <!ENTITY dhpackage "fc-cache">
32 <!ENTITY debian "<productname>Debian</productname>">
33 <!ENTITY gnu "<acronym>GNU</acronym>">
34 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
48 <holder>&dhusername;</holder>
58 <refname>&dhpackage;</refname>
60 <refpurpose>build font information cache files</refpurpose>
64 <command>&dhpackage;</command>
66 <arg><option>-frsvVh</option></arg>
67 <arg><option>--force</option></arg>
68 <arg><option>--really-force</option></arg>
69 <arg><option>--system-only</option></arg>
70 <arg><option>--verbose</option></arg>
71 <arg><option>--version</option></arg>
72 <arg><option>--help</option></arg>
73 <arg rep="repeat"><option><replaceable>dir</replaceable></option></arg>
78 <title>DESCRIPTION</title>
80 <para><command>&dhpackage;</command> scans the font directories on
81 the system and builds font information cache files for
82 applications using fontconfig for their font handling.</para>
84 <para>If directory arguments are not given,
85 <command>&dhpackage;</command> uses each directory in the
86 current font configuration. Each directory is scanned for
87 font files readable by FreeType. A cache is created which
88 contains properties of each font and the associated filename.
89 This cache is used to speed up application startup when using
90 the fontconfig library.</para>
92 <para>Note that <command>&dhpackage;</command> must be executed
93 once per architecture to generate font information customized
94 for that architecture.</para>
98 <title>OPTIONS</title>
100 <para>This program follows the usual &gnu; command line syntax,
101 with long options starting with two dashes (`-'). A summary of
102 options is included below.</para>
106 <term><option>-f</option>
107 <option>--force</option>
110 <para>Force re-generation of apparently up-to-date cache files,
111 overriding the timestamp checking.</para>
115 <term><option>-r</option>
116 <option>--really-force</option>
119 <para>Erase all existing cache files and rescan.</para>
123 <term><option>-s</option>
124 <option>--system-only</option>
127 <para>Only scan system-wide directories, omitting the places
128 located in the user's home directory.</para>
132 <term><option>-v</option>
133 <option>--verbose</option>
136 <para>Display status information while busy.</para>
140 <term><option>-h</option>
141 <option>--help</option>
144 <para>Show summary of options.</para>
148 <term><option>-V</option>
149 <option>--version</option>
152 <para>Show version of the program and exit.</para>
156 <term><option><replaceable>dir</replaceable></option>
159 <para>Directory to scan for fonts.</para>
169 <term><filename><replaceable>%cachdir%</replaceable>/*-<replaceable>%arch%</replaceable>.cache-2</filename></term>
171 <para>These files are generated by <command>&dhpackage;</command>
172 and contain maps from file names to font properties. They are
173 read by the fontconfig library at application startup to locate
174 appropriate fonts.</para>
181 <title>SEE ALSO</title>
184 <command>fc-cat</command>(1)
185 <command>fc-list</command>(1)
186 <command>fc-match</command>(1)
187 <command>fc-pattern</command>(1)
188 <command>fc-query</command>(1)
189 <command>fc-scan</command>(1)
192 <para>The fontconfig user's guide, in HTML format:
193 <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para>
197 <title>AUTHOR</title>
199 <para>This manual page was written by Keith Packard
200 <email>keithp@keithp.com</email> and &dhusername; &dhemail;.</para>
205 <!-- Keep this comment at the end of the file
210 sgml-minimize-attributes:nil
211 sgml-always-quote-attributes:t
214 sgml-parent-document:nil
215 sgml-default-dtd-file:nil
216 sgml-exposed-tags:nil
217 sgml-local-catalogs:nil
218 sgml-local-ecat-files:nil