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

« back to all changes in this revision

Viewing changes to fonts.conf.in

  • 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:
27
27
        @FC_FONTPATH@
28
28
        <dir>~/.fonts</dir>
29
29
 
30
 
<!-- Font cache directory list -->
31
 
 
32
 
        <cachedir>@FC_CACHEDIR@</cachedir>
33
 
        <cachedir>~/.fontconfig</cachedir>
34
 
 
35
30
<!--
36
31
  Accept deprecated 'mono' alias, replacing it with 'monospace'
37
32
-->
73
68
-->
74
69
        <include ignore_missing="yes">conf.d</include>
75
70
 
 
71
<!-- Font cache directory list -->
 
72
 
 
73
        <cachedir>@FC_CACHEDIR@</cachedir>
 
74
        <cachedir>~/.fontconfig</cachedir>
 
75
 
76
76
        <config>
77
77
<!--
78
78
  These are the default Unicode chars that are expected to be blank
131
131
                        <int>0x206D</int>       <!-- ACTIVATE ARABIC FORM SHAPING -->
132
132
                        <int>0x206E</int>       <!-- NATIONAL DIGIT SHAPES -->
133
133
                        <int>0x206F</int>       <!-- NOMINAL DIGIT SHAPES -->
 
134
                        <int>0x2800</int>       <!-- BRAILLE PATTERN BLANK -->
134
135
                        <int>0x3000</int>       <!-- IDEOGRAPHIC SPACE -->
135
136
                        <int>0x3164</int>       <!-- HANGUL FILLER -->
136
137
                        <int>0xFEFF</int>       <!-- ZERO WIDTH NO-BREAK SPACE -->