5cc9f2ce42f2a09bea1a0b438f35cd0f1df7484f
[platform/upstream/harfbuzz.git] / docs / html / pt01.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Part I. User's manual: HarfBuzz Manual</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="index.html" title="HarfBuzz Manual">
8 <link rel="up" href="index.html" title="HarfBuzz Manual">
9 <link rel="prev" href="index.html" title="HarfBuzz Manual">
10 <link rel="next" href="what-is-harfbuzz.html" title="What is HarfBuzz?">
11 <meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16 <td width="100%" align="left" class="shortcuts"></td>
17 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19 <td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20 <td><a accesskey="n" href="what-is-harfbuzz.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="part">
23 <div class="titlepage"><div><div><h1 class="title">
24 <a name="id-1.2"></a>Part I. User's manual</h1></div></div></div>
25 <div class="toc">
26 <p><b>Table of Contents</b></p>
27 <dl class="toc">
28 <dt><span class="chapter"><a href="what-is-harfbuzz.html">What is HarfBuzz?</a></span></dt>
29 <dd><dl>
30 <dt><span class="section"><a href="what-is-harfbuzz.html#why-do-i-need-it">Why do I need it?</a></span></dt>
31 <dt><span class="section"><a href="why-is-it-called-harfbuzz.html">Why is it called HarfBuzz?</a></span></dt>
32 </dl></dd>
33 <dt><span class="chapter"><a href="install-harfbuzz.html">Install HarfBuzz</a></span></dt>
34 <dd><dl>
35 <dt><span class="section"><a href="install-harfbuzz.html#download">Download</a></span></dt>
36 <dt><span class="section"><a href="building.html">Building</a></span></dt>
37 </dl></dd>
38 <dt><span class="chapter"><a href="hello-harfbuzz.html">Hello, HarfBuzz</a></span></dt>
39 <dd><dl><dt><span class="section"><a href="hello-harfbuzz.html#what-harfbuzz-doesnt-do">What HarfBuzz doesn't do</a></span></dt></dl></dd>
40 <dt><span class="chapter"><a href="buffers-language-script-and-direction.html">Buffers, language, script and direction</a></span></dt>
41 <dd><dl>
42 <dt><span class="section"><a href="buffers-language-script-and-direction.html#creating-and-destroying-buffers">Creating and destroying buffers</a></span></dt>
43 <dt><span class="section"><a href="adding-text-to-the-buffer.html">Adding text to the buffer</a></span></dt>
44 <dt><span class="section"><a href="setting-buffer-properties.html">Setting buffer properties</a></span></dt>
45 <dt><span class="section"><a href="what-about-the-other-scripts.html">What about the other scripts?</a></span></dt>
46 <dt><span class="section"><a href="customizing-unicode-functions.html">Customizing Unicode functions</a></span></dt>
47 </dl></dd>
48 <dt><span class="chapter"><a href="fonts-and-faces.html">Fonts and faces</a></span></dt>
49 <dd><dl>
50 <dt><span class="section"><a href="fonts-and-faces.html#using-freetype">Using FreeType</a></span></dt>
51 <dt><span class="section"><a href="using-harfbuzzs-native-opentype-implementation.html">Using HarfBuzz's native OpenType implementation</a></span></dt>
52 <dt><span class="section"><a href="using-your-own-font-functions.html">Using your own font functions</a></span></dt>
53 </dl></dd>
54 <dt><span class="chapter"><a href="clusters.html"></a></span></dt>
55 <dd><dl>
56 <dt><span class="sect1"><a href="clusters.html#clusters">Clusters</a></span></dt>
57 <dt><span class="sect1"><a href="a-clustering-example-for-levels-0-and-1.html">A clustering example for levels 0 and 1</a></span></dt>
58 <dt><span class="sect1"><a href="reordering-in-levels-0-and-1.html">Reordering in levels 0 and 1</a></span></dt>
59 <dt><span class="sect1"><a href="the-distinction-between-levels-0-and-1.html">The distinction between levels 0 and 1</a></span></dt>
60 <dt><span class="sect1"><a href="level-2.html">Level 2</a></span></dt>
61 <dd><dl>
62 <dt><span class="sect2"><a href="level-2.html#ligatures-with-combining-marks">Ligatures with combining marks</a></span></dt>
63 <dt><span class="sect2"><a href="level-2.html#reordering">Reordering</a></span></dt>
64 </dl></dd>
65 </dl></dd>
66 <dt><span class="chapter"><a href="shaping-and-shape-plans.html">Shaping and shape plans</a></span></dt>
67 <dd><dl>
68 <dt><span class="section"><a href="shaping-and-shape-plans.html#opentype-features">OpenType features</a></span></dt>
69 <dt><span class="section"><a href="plans-and-caching.html">Plans and caching</a></span></dt>
70 </dl></dd>
71 </dl>
72 </div>
73 <div class="sect1">
74 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
75 <a name="glyph-information"></a>Glyph information</h2></div></div></div>
76 <div class="sect2">
77 <div class="titlepage"><div><div><h3 class="title">
78 <a name="names-and-numbers"></a>Names and numbers</h3></div></div></div>
79 <p>
80     </p>
81 </div>
82 </div>
83 </div>
84 <div class="footer">
85 <hr>Generated by GTK-Doc V1.27.1</div>
86 </body>
87 </html>