~ubuntu-branches/ubuntu/vivid/pango1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/pango-docs.sgml

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-31 22:00:53 UTC
  • mfrom: (1.8.6) (63.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120331220053-7w1irtk74gutqgmi
Tags: 1.30.0-1
* New upstream release.
* debian/watch: Track stable releases again.
* Refreshed and updated patches.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
<!ENTITY pango-Text-Processing SYSTEM "xml/main.xml">
5
 
<!ENTITY pango-Glyph-Storage SYSTEM "xml/glyphs.xml">
6
 
<!ENTITY pango-Coverage-Maps SYSTEM "xml/coverage-maps.xml">
7
 
<!ENTITY pango-Fonts SYSTEM "xml/fonts.xml">
8
 
<!ENTITY pango-Text-Attributes SYSTEM "xml/text-attributes.xml">
9
 
<!ENTITY pango-Tab-Stops SYSTEM "xml/tab-stops.xml">
10
 
<!ENTITY pango-Layout-Objects SYSTEM "xml/layout.xml">
11
 
<!ENTITY pango-Scripts SYSTEM "xml/scripts.xml">
12
 
<!ENTITY pango-Engines SYSTEM "xml/engines.xml">
13
 
<!ENTITY PangoEngineLang SYSTEM "xml/pango-engine-lang.xml">
14
 
<!ENTITY PangoEngineShape SYSTEM "xml/pango-engine-shape.xml">
15
 
<!ENTITY PangoRenderer SYSTEM "xml/pango-renderer.xml">
16
 
<!ENTITY pango-Modules SYSTEM "xml/modules.xml">
17
 
<!ENTITY pango-X-Fonts-and-Rendering SYSTEM "xml/x-fonts.xml">
18
 
<!ENTITY pango-Win32-Fonts-and-Rendering SYSTEM "xml/win32-fonts.xml">
19
 
<!ENTITY pango-FreeType-Fonts-and-Rendering SYSTEM "xml/freetype-fonts.xml">
20
 
<!ENTITY pango-Xft-Fonts-and-Rendering SYSTEM "xml/xft-fonts.xml">
21
 
<!ENTITY pango-ATSUI-Fonts SYSTEM "xml/atsui-fonts.xml">
22
 
<!ENTITY pangocairo SYSTEM "xml/pangocairo.xml">
23
 
<!ENTITY PangoFcFontMap SYSTEM "xml/pangofc-fontmap.xml">
24
 
<!ENTITY PangoFcFont SYSTEM "xml/pangofc-font.xml">
25
 
<!ENTITY PangoFcDecoder SYSTEM "xml/pangofc-decoder.xml">
26
 
<!ENTITY pango-OpenType-Font-Handling SYSTEM "xml/opentype.xml">
27
 
<!ENTITY pango-Misc-Utils SYSTEM "xml/utils.xml">
28
 
<!ENTITY markup-format SYSTEM "pango_markup.sgml">
29
 
<!ENTITY pango-querymodules SYSTEM "pango-querymodules.xml">
30
 
<!ENTITY pango-Version SYSTEM "xml/pango-version.xml">
31
 
<!ENTITY pango-Vertical-Text SYSTEM "xml/vertical.xml">
32
 
<!ENTITY pango-Bidi-Text SYSTEM "xml/bidi.xml">
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 
3
  "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 
4
[
 
5
<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
33
6
<!ENTITY version SYSTEM "version.xml">
34
 
<!ENTITY pango-tree-index SYSTEM "xml/tree_index.sgml">
35
7
]>
36
 
<book id="index">
 
8
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
37
9
  <bookinfo>
38
10
    <title>Pango Reference Manual</title>
39
11
    <releaseinfo>for Pango &version;</releaseinfo>
41
13
 
42
14
  <chapter id="pango">
43
15
    <title>Basic Pango Interfaces</title>
44
 
    &pango-Text-Processing;
45
 
    &pango-Glyph-Storage;
46
 
    &pango-Fonts;
47
 
    &pango-Text-Attributes;
48
 
    &pango-Tab-Stops;
49
 
    &markup-format;
50
 
    &pango-Layout-Objects;
51
 
    &pango-Scripts;
52
 
    &pango-Bidi-Text;
53
 
    &pango-Vertical-Text;
 
16
    <xi:include href="xml/main.xml"/>
 
17
    <xi:include href="xml/glyphs.xml"/>
 
18
    <xi:include href="xml/fonts.xml"/>
 
19
    <xi:include href="xml/text-attributes.xml"/>
 
20
    <xi:include href="xml/tab-stops.xml"/>
 
21
    <xi:include href="pango_markup.sgml"/>
 
22
    <xi:include href="xml/layout.xml"/>
 
23
    <xi:include href="xml/scripts.xml"/>
 
24
    <xi:include href="xml/bidi.xml"/>
 
25
    <xi:include href="xml/vertical.xml"/>
54
26
  </chapter>
55
27
 
56
28
  <chapter id="rendering">
57
29
    <title>Rendering with Pango</title>
58
 
    &pango-Win32-Fonts-and-Rendering;
59
 
    &pango-FreeType-Fonts-and-Rendering;
60
 
    &pango-Xft-Fonts-and-Rendering;
61
 
    &pangocairo;
62
 
    &pango-ATSUI-Fonts;
63
 
    &pango-X-Fonts-and-Rendering;
 
30
    <xi:include href="xml/win32-fonts.xml"/>
 
31
    <xi:include href="xml/freetype-fonts.xml"/>
 
32
    <xi:include href="xml/xft-fonts.xml"/>
 
33
    <xi:include href="xml/pangocairo.xml"/>
 
34
    <xi:include href="xml/atsui-fonts.xml"/>
 
35
    <xi:include href="xml/coretext-fonts.xml"/>
 
36
    <xi:include href="xml/x-fonts.xml"/>
64
37
  </chapter>
65
38
 
66
39
  <chapter id="lowlevel">
67
40
    <title>Low Level Functionality</title>
68
 
    &PangoRenderer;
69
 
    &PangoFcFontMap;
70
 
    &PangoFcFont;
71
 
    &PangoFcDecoder;
72
 
    &pango-OpenType-Font-Handling;
73
 
    &pango-Coverage-Maps;
74
 
    &pango-Engines;
75
 
    &PangoEngineLang;
76
 
    &PangoEngineShape;
77
 
    &pango-Modules;
78
 
    &pango-Misc-Utils;
79
 
    &pango-Version;
 
41
    <xi:include href="xml/pango-renderer.xml"/>
 
42
    <xi:include href="xml/pangofc-fontmap.xml"/>
 
43
    <xi:include href="xml/pangofc-font.xml"/>
 
44
    <xi:include href="xml/pangofc-decoder.xml"/>
 
45
    <xi:include href="xml/opentype.xml"/>
 
46
    <xi:include href="xml/coverage-maps.xml"/>
 
47
    <xi:include href="xml/engines.xml"/>
 
48
    <xi:include href="xml/pango-engine-lang.xml"/>
 
49
    <xi:include href="xml/pango-engine-shape.xml"/>
 
50
    <xi:include href="xml/modules.xml"/>
 
51
    <xi:include href="xml/utils.xml"/>
 
52
    <xi:include href="xml/pango-version.xml"/>
80
53
    </chapter>
81
54
 
82
55
  <chapter id="tools">
83
56
    <title>Pango Tools</title>
84
 
 
85
 
    &pango-querymodules;
 
57
    <xi:include href="pango-querymodules.xml"/>
86
58
  </chapter>
87
59
 
88
60
  <chapter id="pango-hierarchy">
89
61
    <title>Object Hierarchy</title>
90
 
    &pango-tree-index;
 
62
    <xi:include href="xml/tree_index.sgml"/>
91
63
  </chapter>
92
64
 
93
 
  <index id="index-all">
94
 
    <title>Index</title>
 
65
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
66
 
 
67
 
 
68
  <index id="api-index-full">
 
69
    <title>Index of all symbols</title>
 
70
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
95
71
  </index>
96
 
  <index id="index-deprecated" role="deprecated">
 
72
  <index id="api-index-deprecated" role="deprecated">
97
73
    <title>Index of deprecated symbols</title>
 
74
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
98
75
  </index>
99
 
  <index id="index-1.2" role="1.2">
 
76
  <index id="api-index-1-2" role="1.2">
100
77
    <title>Index of new symbols in 1.2</title>
 
78
    <xi:include href="xml/api-index-1.2.xml"><xi:fallback /></xi:include>
101
79
  </index>
102
 
  <index id="index-1.4" role="1.4">
 
80
  <index id="api-index-1-4" role="1.4">
103
81
    <title>Index of new symbols in 1.4</title>
 
82
    <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
104
83
  </index>
105
 
  <index id="index-1.6" role="1.6">
 
84
  <index id="api-index-1-6" role="1.6">
106
85
    <title>Index of new symbols in 1.6</title>
 
86
    <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
107
87
  </index>
108
 
  <index id="index-1.8" role="1.8">
 
88
  <index id="api-index-1-8" role="1.8">
109
89
    <title>Index of new symbols in 1.8</title>
 
90
    <xi:include href="xml/api-index-1.8.xml"><xi:fallback /></xi:include>
110
91
  </index>
111
 
  <index id="index-1.10" role="1.10">
 
92
  <index id="api-index-1-10" role="1.10">
112
93
    <title>Index of new symbols in 1.10</title>
 
94
    <xi:include href="xml/api-index-1.10.xml"><xi:fallback /></xi:include>
113
95
  </index>
114
 
  <index id="index-1.12" role="1.12">
 
96
  <index id="api-index-1-12" role="1.12">
115
97
    <title>Index of new symbols in 1.12</title>
 
98
    <xi:include href="xml/api-index-1.12.xml"><xi:fallback /></xi:include>
116
99
  </index>
117
 
  <index id="index-1.14" role="1.14">
 
100
  <index id="api-index-1-14" role="1.14">
118
101
    <title>Index of new symbols in 1.14</title>
 
102
    <xi:include href="xml/api-index-1.14.xml"><xi:fallback /></xi:include>
119
103
  </index>
120
 
  <index id="index-1.16" role="1.16">
 
104
  <index id="api-index-1-16" role="1.16">
121
105
    <title>Index of new symbols in 1.16</title>
 
106
    <xi:include href="xml/api-index-1.16.xml"><xi:fallback /></xi:include>
122
107
  </index>
123
 
  <index id="index-1.18" role="1.18">
 
108
  <index id="api-index-1-18" role="1.18">
124
109
    <title>Index of new symbols in 1.18</title>
 
110
    <xi:include href="xml/api-index-1.18.xml"><xi:fallback /></xi:include>
125
111
  </index>
126
 
  <index id="index-1.20" role="1.20">
 
112
  <index id="api-index-1-20" role="1.20">
127
113
    <title>Index of new symbols in 1.20</title>
 
114
    <xi:include href="xml/api-index-1.20.xml"><xi:fallback /></xi:include>
128
115
  </index>
129
 
  <index id="index-1.22" role="1.22">
 
116
  <index id="api-index-1-22" role="1.22">
130
117
    <title>Index of new symbols in 1.22</title>
 
118
    <xi:include href="xml/api-index-1.22.xml"><xi:fallback /></xi:include>
131
119
  </index>
132
 
  <index id="index-1.24" role="1.24">
 
120
  <index id="api-index-1-24" role="1.24">
133
121
    <title>Index of new symbols in 1.24</title>
 
122
    <xi:include href="xml/api-index-1.24.xml"><xi:fallback /></xi:include>
134
123
  </index>
135
 
  <index id="index-1.26" role="1.26">
 
124
  <index id="api-index-1-26" role="1.26">
136
125
    <title>Index of new symbols in 1.26</title>
 
126
    <xi:include href="xml/api-index-1.26.xml"><xi:fallback /></xi:include>
137
127
  </index>
138
 
  <index id="index-1.28" role="1.28">
 
128
  <index id="api-index-1-28" role="1.28">
139
129
    <title>Index of new symbols in 1.28</title>
 
130
    <xi:include href="xml/api-index-1.28.xml"><xi:fallback /></xi:include>
140
131
  </index>
141
 
  <index id="index-1.30" role="1.30">
 
132
  <index id="api-index-1-30" role="1.30">
142
133
    <title>Index of new symbols in 1.30</title>
 
134
    <xi:include href="xml/api-index-1.30.xml"><xi:fallback /></xi:include>
143
135
  </index>
 
136
 
144
137
</book>