• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
5  <!ENTITY version SYSTEM "version.xml">
6]>
7<book id="index">
8  <bookinfo>
9    <title>HarfBuzz Reference Manual</title>
10    <releaseinfo>
11      for HarfBuzz &version;.
12      <!--The latest version of this documentation can be found on-line at
13      <ulink role="online-location" url="http://[SERVER]/libharfbuzz/index.html">http://[SERVER]/libharfbuzz/</ulink>.-->
14    </releaseinfo>
15  </bookinfo>
16
17  <chapter>
18    <title>[Insert title here]</title>
19    <xi:include href="xml/hb.xml"/>
20    <xi:include href="xml/hb-common.xml"/>
21    <xi:include href="xml/hb-unicode.xml"/>
22    <xi:include href="xml/hb-buffer.xml"/>
23    <xi:include href="xml/hb-blob.xml"/>
24    <xi:include href="xml/hb-face.xml"/>
25    <xi:include href="xml/hb-font.xml"/>
26    <xi:include href="xml/hb-shape.xml"/>
27
28    <xi:include href="xml/hb-version.xml"/>
29    <xi:include href="xml/hb-deprecated.xml"/>
30
31    <xi:include href="xml/hb-set.xml"/>
32
33    <xi:include href="xml/hb-ot.xml"/>
34    <xi:include href="xml/hb-ot-layout.xml"/>
35    <xi:include href="xml/hb-ot-tag.xml"/>
36
37    <xi:include href="xml/hb-shape-plan.xml"/>
38
39    <xi:include href="xml/hb-glib.xml"/>
40    <xi:include href="xml/hb-icu.xml"/>
41
42    <xi:include href="xml/hb-ft.xml"/>
43
44    <xi:include href="xml/hb-graphite2.xml"/>
45    <xi:include href="xml/hb-uniscribe.xml"/>
46    <xi:include href="xml/hb-coretext.xml"/>
47
48    <xi:include href="xml/hb-gobject.xml"/>
49
50  </chapter>
51  <chapter id="object-tree">
52    <title>Object Hierarchy</title>
53     <xi:include href="xml/tree_index.sgml"/>
54  </chapter>
55  <index id="api-index-full">
56    <title>API Index</title>
57    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
58  </index>
59  <index id="deprecated-api-index" role="deprecated">
60    <title>Index of deprecated API</title>
61    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
62  </index>
63
64  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
65</book>
66