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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-11-28 18:39:27 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128183927-3abdzedcib9n1elq
Tags: 2.4.1-2ubuntu1
* Merge from debian unstable.

Ubuntu changes kept from previous versions follow:
* 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,amt}-aliases.conf
    into equivalent <match> directives so that we can add an additional
    test which disables them when the anymetrics property is true.
  (reported to Debian #299697.)
* Add `MgOpen Moderna' as well as `MgOpen Modata' to the list of fonts
  for which we might fall back to sans-serif.
  (reported to Debian, bug number pending.)
* 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,
  so, also:
* 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.
* 52-languageselector.conf loads language-selector.conf.

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
 
>FcStrListCreate</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="FcStrSet and FcStrList"
13
 
HREF="x93.html#AEN2815"><LINK
14
 
REL="PREVIOUS"
15
 
TITLE="FcStrSetDestroy"
16
 
HREF="r2940.html"><LINK
17
 
REL="NEXT"
18
 
TITLE="FcStrListNext"
19
 
HREF="r2984.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="r2940.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="r2984.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="FCSTRLISTCREATE"
73
 
></A
74
 
>FcStrListCreate</H1
75
 
><DIV
76
 
CLASS="REFNAMEDIV"
77
 
><A
78
 
NAME="AEN2966"
79
 
></A
80
 
><H2
81
 
>Name</H2
82
 
>FcStrListCreate&nbsp;--&nbsp;create a string iterator</DIV
83
 
><DIV
84
 
CLASS="REFSYNOPSISDIV"
85
 
><A
86
 
NAME="AEN2969"
87
 
></A
88
 
><H2
89
 
>Synopsis</H2
90
 
><DIV
91
 
CLASS="FUNCSYNOPSIS"
92
 
><P
93
 
></P
94
 
><A
95
 
NAME="AEN2970"
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
 
>FcStrList * FcStrListCreate</CODE
106
 
>(FcStrSet *set);</CODE
107
 
></P
108
 
><P
109
 
></P
110
 
></DIV
111
 
></DIV
112
 
><DIV
113
 
CLASS="REFSECT1"
114
 
><A
115
 
NAME="AEN2977"
116
 
></A
117
 
><H2
118
 
>Description</H2
119
 
><P
120
 
>Creates an iterator to list the strings in <CODE
121
 
CLASS="PARAMETER"
122
 
>set</CODE
123
 
>.
124
 
            </P
125
 
></DIV
126
 
><DIV
127
 
CLASS="REFSECT1"
128
 
><A
129
 
NAME="AEN2981"
130
 
></A
131
 
><H2
132
 
>Version</H2
133
 
><P
134
 
>Fontconfig version 2.3.2
135
 
 
136
 
            </P
137
 
></DIV
138
 
><DIV
139
 
CLASS="NAVFOOTER"
140
 
><HR
141
 
ALIGN="LEFT"
142
 
WIDTH="100%"><TABLE
143
 
SUMMARY="Footer navigation table"
144
 
WIDTH="100%"
145
 
BORDER="0"
146
 
CELLPADDING="0"
147
 
CELLSPACING="0"
148
 
><TR
149
 
><TD
150
 
WIDTH="33%"
151
 
ALIGN="left"
152
 
VALIGN="top"
153
 
><A
154
 
HREF="r2940.html"
155
 
ACCESSKEY="P"
156
 
>Prev</A
157
 
></TD
158
 
><TD
159
 
WIDTH="34%"
160
 
ALIGN="center"
161
 
VALIGN="top"
162
 
><A
163
 
HREF="index.html"
164
 
ACCESSKEY="H"
165
 
>Home</A
166
 
></TD
167
 
><TD
168
 
WIDTH="33%"
169
 
ALIGN="right"
170
 
VALIGN="top"
171
 
><A
172
 
HREF="r2984.html"
173
 
ACCESSKEY="N"
174
 
>Next</A
175
 
></TD
176
 
></TR
177
 
><TR
178
 
><TD
179
 
WIDTH="33%"
180
 
ALIGN="left"
181
 
VALIGN="top"
182
 
>FcStrSetDestroy</TD
183
 
><TD
184
 
WIDTH="34%"
185
 
ALIGN="center"
186
 
VALIGN="top"
187
 
><A
188
 
HREF="x93.html#AEN2815"
189
 
ACCESSKEY="U"
190
 
>Up</A
191
 
></TD
192
 
><TD
193
 
WIDTH="33%"
194
 
ALIGN="right"
195
 
VALIGN="top"
196
 
>FcStrListNext</TD
197
 
></TR
198
 
></TABLE
199
 
></DIV
200
 
></BODY
201
 
></HTML
202
 
>
 
 
b'\\ No newline at end of file'