~ubuntu-branches/ubuntu/lucid/fontconfig/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-01-14 13:23:47 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100114132347-eokx9c6dvdf3q40b
Tags: 2.8.0-2ubuntu1
* Merge from Debian testing, remaining changes: (LP: #490326)
  - fix buildd bustage by ignoring errors in postinst and prerm (taken
    from debian NMU by Riku Voipio <riku.voipio@iki.fi>)
    - add debian/fontconfig.prerm
    - update debian/fontconfig.postinst
  - debian/fontconfig-config.postinst: drop debconf transition;
    we remove conf.d links for hinting, subpixel and bitmap configs
    and stop looking at debconf, excluding 70-no-bitmaps.conf.
  - debian/fontconfig-config.postinst: also exclude 70-no-bitmaps.conf
    from "drop debconf transition" to ensure that it doesn't get removed
    automatically
    - keep adding it in CONF_FILES through 07_no_bitmaps.patch as well.
  - debian/patches/00_old_diff_gz.patch:
    - add MgOpen Moderna family to 40-nonlatin.conf
    - reorder Bitstream Vera and DejaVu families in 60-latin.conf
  - debian/patches/00_old_diff_gz.patch,
    debian/patches/04_ubuntu_monospace_lcd_filter_conf.patch,
    debian/patches/05_ubuntu_add_hinting_and_antialiasing_confs.patch:
    - add extra config files:
      - antialias and hinting.
      - 52-languageselector.conf
      - 53-monospace-lcd-filter.conf
  - debian/patches/05_lcdfilterlegacy.patch: Recognize const value 
    "lcdfilterlegacy", introduced before upstream did introduce "lcdlegacy"
  - debian/patches/06_ubuntu_lcddefault.patch: set lcddefault as default
  - drop debian/fontconfig-config.templates, debian/fontconfig-config.config,
    and associtated po files.
* purge debconf database when upgrading from previous versions.

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
 
>FcPatternPrint</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="FcPattern"
13
 
HREF="x102.html#AEN255"><LINK
14
 
REL="PREVIOUS"
15
 
TITLE="FcPatternRemove"
16
 
HREF="r782.html"><LINK
17
 
REL="NEXT"
18
 
TITLE="FcDefaultSubstitute"
19
 
HREF="r828.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="r782.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="r828.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="FCPATTERNPRINT"
73
 
></A
74
 
>FcPatternPrint</H1
75
 
><DIV
76
 
CLASS="REFNAMEDIV"
77
 
><A
78
 
NAME="AEN811"
79
 
></A
80
 
><H2
81
 
>Name</H2
82
 
>FcPatternPrint&nbsp;--&nbsp;Print a pattern for debugging</DIV
83
 
><DIV
84
 
CLASS="REFSYNOPSISDIV"
85
 
><A
86
 
NAME="AEN814"
87
 
></A
88
 
><H2
89
 
>Synopsis</H2
90
 
><DIV
91
 
CLASS="FUNCSYNOPSIS"
92
 
><P
93
 
></P
94
 
><A
95
 
NAME="AEN815"
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
 
>void FcPatternPrint</CODE
106
 
>(const FcPattern *p);</CODE
107
 
></P
108
 
><P
109
 
></P
110
 
></DIV
111
 
></DIV
112
 
><DIV
113
 
CLASS="REFSECT1"
114
 
><A
115
 
NAME="AEN822"
116
 
></A
117
 
><H2
118
 
>Description</H2
119
 
><P
120
 
>Prints an easily readable version of the pattern to stdout.  There is
121
 
no provision for reparsing data in this format, it's just for diagnostics
122
 
and debugging.
123
 
            </P
124
 
></DIV
125
 
><DIV
126
 
CLASS="REFSECT1"
127
 
><A
128
 
NAME="AEN825"
129
 
></A
130
 
><H2
131
 
>Version</H2
132
 
><P
133
 
>Fontconfig version 2.6.0
134
 
 
135
 
            </P
136
 
></DIV
137
 
><DIV
138
 
CLASS="NAVFOOTER"
139
 
><HR
140
 
ALIGN="LEFT"
141
 
WIDTH="100%"><TABLE
142
 
SUMMARY="Footer navigation table"
143
 
WIDTH="100%"
144
 
BORDER="0"
145
 
CELLPADDING="0"
146
 
CELLSPACING="0"
147
 
><TR
148
 
><TD
149
 
WIDTH="33%"
150
 
ALIGN="left"
151
 
VALIGN="top"
152
 
><A
153
 
HREF="r782.html"
154
 
ACCESSKEY="P"
155
 
>Prev</A
156
 
></TD
157
 
><TD
158
 
WIDTH="34%"
159
 
ALIGN="center"
160
 
VALIGN="top"
161
 
><A
162
 
HREF="index.html"
163
 
ACCESSKEY="H"
164
 
>Home</A
165
 
></TD
166
 
><TD
167
 
WIDTH="33%"
168
 
ALIGN="right"
169
 
VALIGN="top"
170
 
><A
171
 
HREF="r828.html"
172
 
ACCESSKEY="N"
173
 
>Next</A
174
 
></TD
175
 
></TR
176
 
><TR
177
 
><TD
178
 
WIDTH="33%"
179
 
ALIGN="left"
180
 
VALIGN="top"
181
 
>FcPatternRemove</TD
182
 
><TD
183
 
WIDTH="34%"
184
 
ALIGN="center"
185
 
VALIGN="top"
186
 
><A
187
 
HREF="x102.html#AEN255"
188
 
ACCESSKEY="U"
189
 
>Up</A
190
 
></TD
191
 
><TD
192
 
WIDTH="33%"
193
 
ALIGN="right"
194
 
VALIGN="top"
195
 
>FcDefaultSubstitute</TD
196
 
></TR
197
 
></TABLE
198
 
></DIV
199
 
></BODY
200
 
></HTML
201
 
>
 
 
b'\\ No newline at end of file'