summaryrefslogtreecommitdiff
path: root/docs/pango-docs.sgml
blob: a6e75d8cddcd98bb05669a41d6d0ac0881853843 (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
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//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-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>
  <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-coverage-maps;
    &pango-engines;
  </chapter>

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