summaryrefslogtreecommitdiff
path: root/docs/pango-docs.sgml
blob: a10b2b861c4c56c8c85234a7a42459f02f0c933d (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY pango-Text-Processing SYSTEM "xml/main.xml">
<!ENTITY pango-Glyph-Storage SYSTEM "xml/glyphs.xml">
<!ENTITY pango-Coverage-Maps SYSTEM "xml/coverage-maps.xml">
<!ENTITY pango-Fonts SYSTEM "xml/fonts.xml">
<!ENTITY pango-Text-Attributes SYSTEM "xml/text-attributes.xml">
<!ENTITY pango-Tab-Stops SYSTEM "xml/tab-stops.xml">
<!ENTITY pango-Layout-Objects SYSTEM "xml/layout.xml">
<!ENTITY pango-Scripts SYSTEM "xml/scripts.xml">
<!ENTITY pango-Engines SYSTEM "xml/engines.xml">
<!ENTITY PangoEngineLang SYSTEM "xml/pango-engine-lang.xml">
<!ENTITY PangoEngineShape SYSTEM "xml/pango-engine-shape.xml">
<!ENTITY pango-Modules SYSTEM "xml/modules.xml">
<!ENTITY pango-X-Fonts-and-Rendering SYSTEM "xml/x-fonts.xml">
<!ENTITY pango-Win32-Fonts-and-Rendering SYSTEM "xml/win32-fonts.xml">
<!ENTITY pango-FreeType-Fonts-and-Rendering SYSTEM "xml/freetype-fonts.xml">
<!ENTITY pango-Xft-Fonts-and-Rendering SYSTEM "xml/xft-fonts.xml">
<!ENTITY pango-ATSUI-Fonts-and-Rendering SYSTEM "xml/atsui-fonts.xml">
<!ENTITY pangocairo SYSTEM "xml/pangocairo.xml">
<!ENTITY PangoFcFontMap SYSTEM "xml/pangofc-fontmap.xml">
<!ENTITY PangoFcFont SYSTEM "xml/pangofc-font.xml">
<!ENTITY PangoFcDecoder SYSTEM "xml/pangofc-decoder.xml">
<!ENTITY pango-OpenType-Font-Handling SYSTEM "xml/opentype.xml">
<!ENTITY markup-format SYSTEM "pango_markup.sgml">
<!ENTITY pango-querymodules SYSTEM "pango-querymodules.xml">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>Pango Reference Manual</title>
    <releaseinfo>for Pango &version;</releaseinfo>
  </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;
    &pango-Scripts;
  </chapter>

  <chapter id="rendering">
    <title>Rendering with Pango</title>
    &pango-Win32-Fonts-and-Rendering;
    &pango-FreeType-Fonts-and-Rendering;
    &pango-Xft-Fonts-and-Rendering;
    &pangocairo;
    &pango-ATSUI-Fonts-and-Rendering;
    &pango-X-Fonts-and-Rendering;
  </chapter>

  <chapter id="lowlevel">
    <title>Low Level Functionality</title>
    &PangoFcFontMap;
    &PangoFcFont;
    &PangoFcDecoder;
    &pango-OpenType-Font-Handling;
    &pango-Coverage-Maps;
    &pango-Engines;
    &PangoEngineLang;
    &PangoEngineShape;
    &pango-Modules;
    </chapter>

  <chapter id="tools">
    <title>Pango Tools</title>

    &pango-querymodules;
  </chapter>

  <index/>

  <index role="deprecated">
    <title>Index of deprecated symbols</title>
  </index>
  <index role="1.2">
    <title>Index of new symbols in 1.2</title>
  </index>
  <index role="1.4">
    <title>Index of new symbols in 1.4</title>
  </index>
  <index role="1.6">
    <title>Index of new symbols in 1.6</title>
  </index>
  <index role="1.8">
    <title>Index of new symbols in 1.8</title>
  </index>
  <index role="1.10">
    <title>Index of new symbols in 1.10</title>
  </index>
  <index role="1.12">
    <title>Index of new symbols in 1.12</title>
  </index>
  <index role="1.14">
    <title>Index of new symbols in 1.14</title>
  </index>
</book>