blob: bf67d36178d0b31f5391aa899921fe3e6410a407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!entity pango-Text-Processing SYSTEM "sgml/main.sgml">
<!entity pango-Glyph-Storage SYSTEM "sgml/glyphs.sgml">
<!entity pango-Coverage-Maps SYSTEM "sgml/coverage-maps.sgml">
<!entity pango-Fonts SYSTEM "sgml/fonts.sgml">
<!entity pango-Text-Attributes SYSTEM "sgml/text-attributes.sgml">
<!entity pango-Tab-Stops SYSTEM "sgml/tab-stops.sgml">
<!entity pango-Layout-Objects SYSTEM "sgml/layout.sgml">
<!entity pango-Engines SYSTEM "sgml/engines.sgml">
<!entity pango-Indic-Engine-Support SYSTEM "sgml/pango-indic.sgml">
<!entity pango-Modules SYSTEM "sgml/modules.sgml">
<!entity pango-X-Rendering SYSTEM "sgml/x-rendering.sgml">
<!entity pango-X-Fonts SYSTEM "sgml/x-fonts.sgml">
<!entity pango-Win32-Fonts-and-Rendering SYSTEM "sgml/win32-fonts.sgml">
<!entity pango-FreeType-Fonts-and-Rendering SYSTEM "sgml/freetype-fonts.sgml">
<!entity pango-Xft-Fonts-and-Rendering SYSTEM "sgml/xft-fonts.sgml">
<!entity pango-OpenType-Font-Handling SYSTEM "sgml/opentype.sgml">
<!entity markup-format SYSTEM "pango_markup.sgml">
]>
<book id="index">
<bookinfo>
<title>Pango Reference Manual</title>
</bookinfo>
<chapter id="pango">
<title>Basic Pango Interfaces</title>
&pango-Text-Processing;
&pango-Glyph-Storage;
&pango-Fonts;
&pango-Text-Attributes;
&pango-Tab-Stops;
&markup-format;
&pango-Layout-Objects;
</chapter>
<chapter id="rendering">
<title>Rendering with Pango</title>
&pango-X-Fonts;
&pango-X-Rendering;
&pango-Win32-Fonts-and-Rendering;
&pango-FreeType-Fonts-and-Rendering;
&pango-Xft-Fonts-and-Rendering;
&pango-OpenType-Font-Handling;
</chapter>
<chapter id="lowlevel">
<title>Low Level Functionality</title>
&pango-Coverage-Maps;
&pango-Engines;
&pango-Indic-Engine-Support;
&pango-Modules;
</chapter>
</book>
|