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

« back to all changes in this revision

Viewing changes to doc/fontconfig-devel/r1650.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
 
>FcMatrixShear</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="FcMatrix"
13
 
HREF="x93.html#AEN1486"><LINK
14
 
REL="PREVIOUS"
15
 
TITLE="FcMatrixScale"
16
 
HREF="r1620.html"></HEAD
17
 
><BODY
18
 
CLASS="REFENTRY"
19
 
BGCOLOR="#FFFFFF"
20
 
TEXT="#000000"
21
 
LINK="#0000FF"
22
 
VLINK="#840084"
23
 
ALINK="#0000FF"
24
 
><DIV
25
 
CLASS="NAVHEADER"
26
 
><TABLE
27
 
SUMMARY="Header navigation table"
28
 
WIDTH="100%"
29
 
BORDER="0"
30
 
CELLPADDING="0"
31
 
CELLSPACING="0"
32
 
><TR
33
 
><TH
34
 
COLSPAN="3"
35
 
ALIGN="center"
36
 
></TH
37
 
></TR
38
 
><TR
39
 
><TD
40
 
WIDTH="10%"
41
 
ALIGN="left"
42
 
VALIGN="bottom"
43
 
><A
44
 
HREF="r1620.html"
45
 
ACCESSKEY="P"
46
 
>Prev</A
47
 
></TD
48
 
><TD
49
 
WIDTH="80%"
50
 
ALIGN="center"
51
 
VALIGN="bottom"
52
 
></TD
53
 
><TD
54
 
WIDTH="10%"
55
 
ALIGN="right"
56
 
VALIGN="bottom"
57
 
>&nbsp;</TD
58
 
></TR
59
 
></TABLE
60
 
><HR
61
 
ALIGN="LEFT"
62
 
WIDTH="100%"></DIV
63
 
><H1
64
 
><A
65
 
NAME="FCMATRIXSHEAR"
66
 
></A
67
 
>FcMatrixShear</H1
68
 
><DIV
69
 
CLASS="REFNAMEDIV"
70
 
><A
71
 
NAME="AEN1654"
72
 
></A
73
 
><H2
74
 
>Name</H2
75
 
>FcMatrixShear&nbsp;--&nbsp;Shear a matrix</DIV
76
 
><DIV
77
 
CLASS="REFSYNOPSISDIV"
78
 
><A
79
 
NAME="AEN1657"
80
 
></A
81
 
><H2
82
 
>Synopsis</H2
83
 
><DIV
84
 
CLASS="FUNCSYNOPSIS"
85
 
><P
86
 
></P
87
 
><A
88
 
NAME="AEN1658"
89
 
></A
90
 
><PRE
91
 
CLASS="FUNCSYNOPSISINFO"
92
 
>#include &lt;fontconfig.h&gt;
93
 
        </PRE
94
 
><P
95
 
><CODE
96
 
><CODE
97
 
CLASS="FUNCDEF"
98
 
>void FcMatrixShear</CODE
99
 
>(FcMatrix *matrix, double sh, double sv);</CODE
100
 
></P
101
 
><P
102
 
></P
103
 
></DIV
104
 
></DIV
105
 
><DIV
106
 
CLASS="REFSECT1"
107
 
><A
108
 
NAME="AEN1669"
109
 
></A
110
 
><H2
111
 
>Description</H2
112
 
><P
113
 
><CODE
114
 
CLASS="FUNCTION"
115
 
>FcMatrixShare</CODE
116
 
> shears <CODE
117
 
CLASS="PARAMETER"
118
 
>matrix</CODE
119
 
>
120
 
horizontally by <CODE
121
 
CLASS="PARAMETER"
122
 
>sh</CODE
123
 
> and vertically by
124
 
<CODE
125
 
CLASS="PARAMETER"
126
 
>sv</CODE
127
 
>.  This is done by multiplying by
128
 
the matrix:
129
 
<PRE
130
 
CLASS="PROGRAMLISTING"
131
 
>  1  sh
132
 
  sv  1</PRE
133
 
>
134
 
            </P
135
 
></DIV
136
 
><DIV
137
 
CLASS="REFSECT1"
138
 
><A
139
 
NAME="AEN1677"
140
 
></A
141
 
><H2
142
 
>Version</H2
143
 
><P
144
 
>Fontconfig version 2.4.2
145
 
 
146
 
            </P
147
 
></DIV
148
 
><DIV
149
 
CLASS="NAVFOOTER"
150
 
><HR
151
 
ALIGN="LEFT"
152
 
WIDTH="100%"><TABLE
153
 
SUMMARY="Footer navigation table"
154
 
WIDTH="100%"
155
 
BORDER="0"
156
 
CELLPADDING="0"
157
 
CELLSPACING="0"
158
 
><TR
159
 
><TD
160
 
WIDTH="33%"
161
 
ALIGN="left"
162
 
VALIGN="top"
163
 
><A
164
 
HREF="r1620.html"
165
 
ACCESSKEY="P"
166
 
>Prev</A
167
 
></TD
168
 
><TD
169
 
WIDTH="34%"
170
 
ALIGN="center"
171
 
VALIGN="top"
172
 
><A
173
 
HREF="index.html"
174
 
ACCESSKEY="H"
175
 
>Home</A
176
 
></TD
177
 
><TD
178
 
WIDTH="33%"
179
 
ALIGN="right"
180
 
VALIGN="top"
181
 
>&nbsp;</TD
182
 
></TR
183
 
><TR
184
 
><TD
185
 
WIDTH="33%"
186
 
ALIGN="left"
187
 
VALIGN="top"
188
 
>FcMatrixScale</TD
189
 
><TD
190
 
WIDTH="34%"
191
 
ALIGN="center"
192
 
VALIGN="top"
193
 
><A
194
 
HREF="x93.html#AEN1486"
195
 
ACCESSKEY="U"
196
 
>Up</A
197
 
></TD
198
 
><TD
199
 
WIDTH="33%"
200
 
ALIGN="right"
201
 
VALIGN="top"
202
 
>&nbsp;</TD
203
 
></TR
204
 
></TABLE
205
 
></DIV
206
 
></BODY
207
 
></HTML
208
 
>
 
 
b'\\ No newline at end of file'