Imported Upstream version 2.4.0
[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 Vsnapshot">
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.29 (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#what-is-text-shaping">What is text shaping?</a></span></dt>
31 <dt><span class="section"><a href="why-do-i-need-a-shaping-engine.html">Why do I need a shaping engine?</a></span></dt>
32 <dt><span class="section"><a href="ch01s03.html">What does HarfBuzz do?</a></span></dt>
33 <dt><span class="section"><a href="what-harfbuzz-doesnt-do.html">What HarfBuzz doesn't do</a></span></dt>
34 <dt><span class="section"><a href="why-is-it-called-harfbuzz.html">Why is it called HarfBuzz?</a></span></dt>
35 </dl></dd>
36 <dt><span class="chapter"><a href="install-harfbuzz.html">Installing HarfBuzz</a></span></dt>
37 <dd><dl>
38 <dt><span class="section"><a href="install-harfbuzz.html#download">Downloading HarfBuzz</a></span></dt>
39 <dt><span class="section"><a href="building.html">Building HarfBuzz</a></span></dt>
40 <dd><dl>
41 <dt><span class="section"><a href="building.html#building.linux">Building on Linux</a></span></dt>
42 <dt><span class="section"><a href="building.html#building.windows">Building on Windows</a></span></dt>
43 <dt><span class="section"><a href="building.html#building.macos">Building on macOS</a></span></dt>
44 <dt><span class="section"><a href="building.html#configuration">Configuration options</a></span></dt>
45 </dl></dd>
46 </dl></dd>
47 <dt><span class="chapter"><a href="getting-started.html">Getting started with HarfBuzz</a></span></dt>
48 <dd><dl>
49 <dt><span class="section"><a href="getting-started.html#id-1.2.4.2">An overview of the HarfBuzz shaping API</a></span></dt>
50 <dt><span class="section"><a href="ch03s02.html">Terminology</a></span></dt>
51 <dt><span class="section"><a href="ch03s03.html">A simple shaping example</a></span></dt>
52 </dl></dd>
53 <dt><span class="chapter"><a href="shaping-concepts.html">Shaping concepts</a></span></dt>
54 <dd><dl>
55 <dt><span class="section"><a href="shaping-concepts.html#text-shaping-concepts">Text shaping</a></span></dt>
56 <dt><span class="section"><a href="complex-scripts.html">Complex scripts</a></span></dt>
57 <dt><span class="section"><a href="shaping-operations.html">Shaping operations</a></span></dt>
58 <dt><span class="section"><a href="unicode-character-categories.html">Unicode character categories</a></span></dt>
59 <dt><span class="section"><a href="text-runs.html">Text runs</a></span></dt>
60 <dt><span class="section"><a href="opentype-shaping-models.html">OpenType shaping models</a></span></dt>
61 <dt><span class="section"><a href="graphite-shaping.html">Graphite shaping</a></span></dt>
62 <dt><span class="section"><a href="aat-shaping.html">AAT shaping</a></span></dt>
63 </dl></dd>
64 <dt><span class="chapter"><a href="buffers-language-script-and-direction.html">Buffers, language, script and direction</a></span></dt>
65 <dd><dl>
66 <dt><span class="section"><a href="buffers-language-script-and-direction.html#creating-and-destroying-buffers">Creating and destroying buffers</a></span></dt>
67 <dt><span class="section"><a href="adding-text-to-the-buffer.html">Adding text to the buffer</a></span></dt>
68 <dt><span class="section"><a href="setting-buffer-properties.html">Setting buffer properties</a></span></dt>
69 <dt><span class="section"><a href="what-about-the-other-scripts.html">What about the other scripts?</a></span></dt>
70 <dt><span class="section"><a href="customizing-unicode-functions.html">Customizing Unicode functions</a></span></dt>
71 </dl></dd>
72 <dt><span class="chapter"><a href="fonts-and-faces.html">Fonts and faces</a></span></dt>
73 <dd><dl>
74 <dt><span class="section"><a href="fonts-and-faces.html#using-freetype">Using FreeType</a></span></dt>
75 <dt><span class="section"><a href="using-harfbuzzs-native-opentype-implementation.html">Using HarfBuzz's native OpenType implementation</a></span></dt>
76 <dt><span class="section"><a href="using-your-own-font-functions.html">Using your own font functions</a></span></dt>
77 </dl></dd>
78 <dt><span class="chapter"><a href="clusters.html">Clusters</a></span></dt>
79 <dd><dl>
80 <dt><span class="section"><a href="clusters.html#clusters-and-shaping">Clusters and shaping</a></span></dt>
81 <dt><span class="section"><a href="working-with-harfbuzz-clusters.html">Working with HarfBuzz clusters</a></span></dt>
82 <dt><span class="section"><a href="a-clustering-example-for-levels-0-and-1.html">A clustering example for levels 0 and 1</a></span></dt>
83 <dt><span class="section"><a href="reordering-in-levels-0-and-1.html">Reordering in levels 0 and 1</a></span></dt>
84 <dt><span class="section"><a href="the-distinction-between-levels-0-and-1.html">The distinction between levels 0 and 1</a></span></dt>
85 <dt><span class="section"><a href="level-2.html">Level 2</a></span></dt>
86 <dd><dl>
87 <dt><span class="section"><a href="level-2.html#ligatures-with-combining-marks-in-level-2">Ligatures with combining marks in level 2</a></span></dt>
88 <dt><span class="section"><a href="level-2.html#reordering-in-level-2">Reordering in level 2</a></span></dt>
89 <dt><span class="section"><a href="level-2.html#other-considerations-in-level-2">Other considerations in level 2</a></span></dt>
90 </dl></dd>
91 </dl></dd>
92 <dt><span class="chapter"><a href="shaping-and-shape-plans.html">Shaping and shape plans</a></span></dt>
93 <dd><dl>
94 <dt><span class="section"><a href="shaping-and-shape-plans.html#opentype-features">OpenType features</a></span></dt>
95 <dt><span class="section"><a href="plans-and-caching.html">Plans and caching</a></span></dt>
96 </dl></dd>
97 </dl>
98 </div>
99 <div class="sect1">
100 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
101 <a name="glyph-information"></a>Glyph information</h2></div></div></div>
102 <div class="sect2">
103 <div class="titlepage"><div><div><h3 class="title">
104 <a name="names-and-numbers"></a>Names and numbers</h3></div></div></div>
105 <p>
106     </p>
107 </div>
108 </div>
109 </div>
110 <div class="footer">
111 <hr>Generated by GTK-Doc V1.29</div>
112 </body>
113 </html>