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

« back to all changes in this revision

Viewing changes to doc/fontconfig-devel/r999.html

  • 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>FcFontSetMatch</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REL="HOME"
 
10
HREF="index.html"><LINK
 
11
REL="UP"
 
12
TITLE="FcFontSet"
 
13
HREF="x102.html#AEN899"><LINK
 
14
REL="PREVIOUS"
 
15
TITLE="FcFontSetList"
 
16
HREF="r967.html"><LINK
 
17
REL="NEXT"
 
18
TITLE="FcFontSetPrint"
 
19
HREF="r1034.html"></HEAD
 
20
><BODY
 
21
CLASS="REFENTRY"
 
22
BGCOLOR="#FFFFFF"
 
23
TEXT="#000000"
 
24
LINK="#0000FF"
 
25
VLINK="#840084"
 
26
ALINK="#0000FF"
 
27
><DIV
 
28
CLASS="NAVHEADER"
 
29
><TABLE
 
30
SUMMARY="Header navigation table"
 
31
WIDTH="100%"
 
32
BORDER="0"
 
33
CELLPADDING="0"
 
34
CELLSPACING="0"
 
35
><TR
 
36
><TH
 
37
COLSPAN="3"
 
38
ALIGN="center"
 
39
></TH
 
40
></TR
 
41
><TR
 
42
><TD
 
43
WIDTH="10%"
 
44
ALIGN="left"
 
45
VALIGN="bottom"
 
46
><A
 
47
HREF="r967.html"
 
48
ACCESSKEY="P"
 
49
>Prev</A
 
50
></TD
 
51
><TD
 
52
WIDTH="80%"
 
53
ALIGN="center"
 
54
VALIGN="bottom"
 
55
></TD
 
56
><TD
 
57
WIDTH="10%"
 
58
ALIGN="right"
 
59
VALIGN="bottom"
 
60
><A
 
61
HREF="r1034.html"
 
62
ACCESSKEY="N"
 
63
>Next</A
 
64
></TD
 
65
></TR
 
66
></TABLE
 
67
><HR
 
68
ALIGN="LEFT"
 
69
WIDTH="100%"></DIV
 
70
><H1
 
71
><A
 
72
NAME="FCFONTSETMATCH"
 
73
></A
 
74
>FcFontSetMatch</H1
 
75
><DIV
 
76
CLASS="REFNAMEDIV"
 
77
><A
 
78
NAME="AEN1003"
 
79
></A
 
80
><H2
 
81
>Name</H2
 
82
>FcFontSetMatch&nbsp;--&nbsp;Return the best font from a set of font sets</DIV
 
83
><DIV
 
84
CLASS="REFSYNOPSISDIV"
 
85
><A
 
86
NAME="AEN1006"
 
87
></A
 
88
><H2
 
89
>Synopsis</H2
 
90
><DIV
 
91
CLASS="FUNCSYNOPSIS"
 
92
><P
 
93
></P
 
94
><A
 
95
NAME="AEN1007"
 
96
></A
 
97
><PRE
 
98
CLASS="FUNCSYNOPSISINFO"
 
99
>#include &lt;fontconfig.h&gt;
 
100
        </PRE
 
101
><P
 
102
><CODE
 
103
><CODE
 
104
CLASS="FUNCDEF"
 
105
>FcPattern * FcFontSetMatch</CODE
 
106
>(FcConfig *config, FcFontSet **sets, intnsets, FcPattern *pattern, FcResult *result);</CODE
 
107
></P
 
108
><P
 
109
></P
 
110
></DIV
 
111
></DIV
 
112
><DIV
 
113
CLASS="REFSECT1"
 
114
><A
 
115
NAME="AEN1022"
 
116
></A
 
117
><H2
 
118
>Description</H2
 
119
><P
 
120
>Finds the font in <CODE
 
121
CLASS="PARAMETER"
 
122
>sets</CODE
 
123
> most closely matching
 
124
<CODE
 
125
CLASS="PARAMETER"
 
126
>pattern</CODE
 
127
> and returns the result of
 
128
<CODE
 
129
CLASS="FUNCTION"
 
130
>FcFontRenderPrepare</CODE
 
131
> for that font and the provided
 
132
pattern. This function should be called only after
 
133
<CODE
 
134
CLASS="FUNCTION"
 
135
>FcConfigSubstitute</CODE
 
136
> and
 
137
<CODE
 
138
CLASS="FUNCTION"
 
139
>FcDefaultSubstitute</CODE
 
140
> have been called for
 
141
<CODE
 
142
CLASS="PARAMETER"
 
143
>pattern</CODE
 
144
>; otherwise the results will not be correct.
 
145
Returns NULL if an error occurs during this process.
 
146
            </P
 
147
></DIV
 
148
><DIV
 
149
CLASS="REFSECT1"
 
150
><A
 
151
NAME="AEN1031"
 
152
></A
 
153
><H2
 
154
>Version</H2
 
155
><P
 
156
>Fontconfig version 2.5.0
 
157
 
 
158
            </P
 
159
></DIV
 
160
><DIV
 
161
CLASS="NAVFOOTER"
 
162
><HR
 
163
ALIGN="LEFT"
 
164
WIDTH="100%"><TABLE
 
165
SUMMARY="Footer navigation table"
 
166
WIDTH="100%"
 
167
BORDER="0"
 
168
CELLPADDING="0"
 
169
CELLSPACING="0"
 
170
><TR
 
171
><TD
 
172
WIDTH="33%"
 
173
ALIGN="left"
 
174
VALIGN="top"
 
175
><A
 
176
HREF="r967.html"
 
177
ACCESSKEY="P"
 
178
>Prev</A
 
179
></TD
 
180
><TD
 
181
WIDTH="34%"
 
182
ALIGN="center"
 
183
VALIGN="top"
 
184
><A
 
185
HREF="index.html"
 
186
ACCESSKEY="H"
 
187
>Home</A
 
188
></TD
 
189
><TD
 
190
WIDTH="33%"
 
191
ALIGN="right"
 
192
VALIGN="top"
 
193
><A
 
194
HREF="r1034.html"
 
195
ACCESSKEY="N"
 
196
>Next</A
 
197
></TD
 
198
></TR
 
199
><TR
 
200
><TD
 
201
WIDTH="33%"
 
202
ALIGN="left"
 
203
VALIGN="top"
 
204
>FcFontSetList</TD
 
205
><TD
 
206
WIDTH="34%"
 
207
ALIGN="center"
 
208
VALIGN="top"
 
209
><A
 
210
HREF="x102.html#AEN899"
 
211
ACCESSKEY="U"
 
212
>Up</A
 
213
></TD
 
214
><TD
 
215
WIDTH="33%"
 
216
ALIGN="right"
 
217
VALIGN="top"
 
218
>FcFontSetPrint</TD
 
219
></TR
 
220
></TABLE
 
221
></DIV
 
222
></BODY
 
223
></HTML
 
224
>
 
 
b'\\ No newline at end of file'