summaryrefslogtreecommitdiff
path: root/docs/pango-docs.sgml
blob: 6fb0cd0bd6d6b0ed1d85458bda20c11a6a221538 (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
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!entity pango-main SYSTEM "sgml/main.sgml">
<!entity pango-glyphs SYSTEM "sgml/glyphs.sgml">
<!entity pango-fonts SYSTEM "sgml/fonts.sgml">
<!entity pango-text-attributes SYSTEM "sgml/text-attributes.sgml">
<!entity pango-layout SYSTEM "sgml/layout.sgml">
<!entity pango-coverage-maps SYSTEM "sgml/coverage-maps.sgml">
<!entity pango-engines SYSTEM "sgml/engines.sgml">
<!entity x-fonts SYSTEM "sgml/x-fonts.sgml">
<!entity x-rendering SYSTEM "sgml/x-rendering.sgml">
]>
<book id="index">
  <bookinfo>
    <title>Pango Reference Manual</title>
  </bookinfo>

  <chapter id="pango">
    <title>Basic Pango Interfaces</title>
    &pango-main;
    &pango-glyphs;
    &pango-fonts;
    &pango-text-attributes;
    &pango-layout;
    &pango-coverage-maps;
    &pango-engines;
  </chapter>

  <chapter id="pango-x">
    <title>Rendering under X with Pango</title>
    &x-fonts;
    &x-rendering;
    </chapter>
</book>