~ubuntu-branches/ubuntu/intrepid/fontconfig/intrepid

« back to all changes in this revision

Viewing changes to fc-match/fc-match.1

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 14:16:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205141640-xikzw02c8gpgndze
Tags: 2.5.0-2ubuntu1
* Merge with Debian; remaining changes:
  - conf.d/40-nonlatin.conf: Add `MgOpen Moderna' to the list of fonts
    for which we might fall back to sans-serif.
  - conf.d/60-latin.conf: Prefer DejaVu over Bitstream Vera,
    as done for dapper.
  - 52-languageselector.conf loads language-selector.conf.
  - Include 52-languageselector.conf in the lists in conf.d/Makefile.am so
    that it actually gets installed and used.  Fixes LP 73714.
  - Some hackery in the debconf config script which attempts to upgrade
    user preferences across the many changes which have occurred to the
    debconf questions.  In particular:
    + Do not attempt to divine enable_bitmaps option by reading the
      symlinks in /etc.  This leaves the only way to permanently change
      the behaviour being dpkg-reconfigure.  The divination code was
      wrong and was intended by Debian to preserve pre-debconf
      configuration.  It would be nicer to preserve handmade updates to
      the /etc directory.
    + Always create /etc/fontconfig/conf.d/ symlink for enabling or
      disabling bitmap fonts.  This records the state from debconf
      unambiguously into the filesystem and will make it possible for
      future upgrades (from Edgy or later) to preserve handmade changes.
  - Add a (optional) include for "language-selector.conf" in fonts.conf
  - debian/patches/03_preferred_symbol_font.patch:
    + prefer "Standard Symbols L" as symbol font (Ubuntu: #37745)
  - Fix incorrect location of /usr/share/X11/fonts.
  - Correctly fix the (eg) firefox vs. (eg) evince font metrics problem:
    + New FC_ANY_METRICS property, boolean.
    + Change URW Nimbus and AMT font aliases in 30-{urw,metric}-aliases.conf
      into equivalent <match> directives so that we can add an additional
      test which disables them when the anymetrics property is true.
* Link using -Bsymbolic-functions.
* debian/rules (clean): Clean doc directory.
* debian/rules: Set shell to /bin/bash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "FC-MATCH" "1" "04 November 2007" "" ""
 
7
 
 
8
.SH NAME
 
9
fc-match \- match available fonts
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBfc-match\fR [ \fB-svV?\fR ] [ \fB--sort\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfont-pattern\fB\fR ]
 
13
 
 
14
.SH "DESCRIPTION"
 
15
.PP
 
16
\fBfc-match\fR matches font-pattern (empty
 
17
pattern by default) using the normal fontconfig matching rules to find
 
18
the best font available.  If --sort is given, the sorted list of best
 
19
matching fonts is displayed.  With --verbose, the whole font pattern
 
20
for each match is printed, otherwise only the file, family and style
 
21
are printed..
 
22
.SH "OPTIONS"
 
23
.PP
 
24
This program follows the usual GNU command line syntax,
 
25
with long options starting with two dashes (`-').  A summary of
 
26
options is included below.
 
27
.TP
 
28
\fB-v --verbose \fR
 
29
Print whole font pattern for each match.
 
30
.TP
 
31
\fB-? --help \fR
 
32
Show summary of options.
 
33
.TP
 
34
\fB-V --version \fR
 
35
Show version of the program and exit.
 
36
.TP
 
37
\fB-s --sort \fR
 
38
Displays sorted list of best matching fonts.
 
39
.TP
 
40
\fB\fIfont-pattern\fB \fR
 
41
Displays fonts matching
 
42
\fIfont-pattern\fR (uses empty pattern by default).
 
43
.SH "SEE ALSO"
 
44
.PP
 
45
\fBfc-list\fR (1).
 
46
.PP
 
47
The fontconfig user's guide, in HTML format:
 
48
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
 
49
.SH "AUTHOR"
 
50
.PP
 
51
This manual page was updated by Patrick Lam <plam@csail.mit.edu>\&.