Imported Upstream version 3.4.0
[platform/upstream/harfbuzz.git] / docs / html / index.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>HarfBuzz Manual: HarfBuzz Manual</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <meta name="description" content="HarfBuzz  HarfBuzz is a text shaping library. Using the HarfBuzz library allows programs to convert a sequence of Unicode input into properly formatted and positioned glyph output—for any writing system and language. The canonical source-code tree is available at github.com/harfbuzz/harfbuzz. See for release tarballs.">
8 <link rel="home" href="index.html" title="HarfBuzz Manual">
9 <link rel="next" href="user-manual.html" title="Part I. User's manual">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <div class="book">
15 <div class="titlepage">
16 <div>
17 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">HarfBuzz Manual</p></th></tr></table></div>
18 <div><div class="abstract">
19 <p class="title"><b>HarfBuzz</b></p>
20 <div align="center"><img src="HarfBuzz.png" align="middle"></div>
21 <p>
22         HarfBuzz is a text shaping library. Using the HarfBuzz library allows
23         programs to convert a sequence of Unicode input into
24         properly formatted and positioned glyph output—for any writing
25         system and language.
26       </p>
27 <p>
28         The canonical source-code tree is available at
29         <a class="ulink" href="https://github.com/harfbuzz/harfbuzz" target="_top">github.com/harfbuzz/harfbuzz</a>.
30         See <a class="xref" href="install-harfbuzz.html#download" title="Downloading HarfBuzz">Downloading HarfBuzz</a> for
31         release tarballs.
32       </p>
33 </div></div>
34 </div>
35 <hr>
36 </div>
37 <div class="toc"><dl class="toc">
38 <dt><span class="part"><a href="user-manual.html">I. User's manual</a></span></dt>
39 <dd><dl>
40 <dt><span class="chapter"><a href="what-is-harfbuzz.html">What is HarfBuzz?</a></span></dt>
41 <dd><dl>
42 <dt><span class="section"><a href="what-is-harfbuzz.html#what-is-text-shaping">What is text shaping?</a></span></dt>
43 <dt><span class="section"><a href="why-do-i-need-a-shaping-engine.html">Why do I need a shaping engine?</a></span></dt>
44 <dt><span class="section"><a href="what-does-harfbuzz-do.html">What does HarfBuzz do?</a></span></dt>
45 <dt><span class="section"><a href="what-harfbuzz-doesnt-do.html">What HarfBuzz doesn't do</a></span></dt>
46 <dt><span class="section"><a href="why-is-it-called-harfbuzz.html">Why is it called HarfBuzz?</a></span></dt>
47 </dl></dd>
48 <dt><span class="chapter"><a href="install-harfbuzz.html">Installing HarfBuzz</a></span></dt>
49 <dd><dl>
50 <dt><span class="section"><a href="install-harfbuzz.html#download">Downloading HarfBuzz</a></span></dt>
51 <dt><span class="section"><a href="building.html">Building HarfBuzz</a></span></dt>
52 <dd><dl>
53 <dt><span class="section"><a href="building.html#building.linux">Building on Linux</a></span></dt>
54 <dt><span class="section"><a href="building.html#building.windows">Building on Windows</a></span></dt>
55 <dt><span class="section"><a href="building.html#building.macos">Building on macOS</a></span></dt>
56 <dt><span class="section"><a href="building.html#configuration">Configuration options</a></span></dt>
57 </dl></dd>
58 </dl></dd>
59 <dt><span class="chapter"><a href="getting-started.html">Getting started with HarfBuzz</a></span></dt>
60 <dd><dl>
61 <dt><span class="section"><a href="getting-started.html#an-overview-of-the-harfbuzz-shaping-api">An overview of the HarfBuzz shaping API</a></span></dt>
62 <dt><span class="section"><a href="terminology.html">Terminology</a></span></dt>
63 <dt><span class="section"><a href="a-simple-shaping-example.html">A simple shaping example</a></span></dt>
64 </dl></dd>
65 <dt><span class="chapter"><a href="shaping-concepts.html">Shaping concepts</a></span></dt>
66 <dd><dl>
67 <dt><span class="section"><a href="shaping-concepts.html#text-shaping-concepts">Text shaping</a></span></dt>
68 <dt><span class="section"><a href="complex-scripts.html">Complex scripts</a></span></dt>
69 <dt><span class="section"><a href="shaping-operations.html">Shaping operations</a></span></dt>
70 <dt><span class="section"><a href="unicode-character-categories.html">Unicode character categories</a></span></dt>
71 <dt><span class="section"><a href="text-runs.html">Text runs</a></span></dt>
72 <dt><span class="section"><a href="opentype-shaping-models.html">OpenType shaping models</a></span></dt>
73 <dt><span class="section"><a href="graphite-shaping.html">Graphite shaping</a></span></dt>
74 <dt><span class="section"><a href="aat-shaping.html">AAT shaping</a></span></dt>
75 </dl></dd>
76 <dt><span class="chapter"><a href="object-model.html">The HarfBuzz object model</a></span></dt>
77 <dd><dl>
78 <dt><span class="section"><a href="object-model.html#object-model-intro">An overview of data types in HarfBuzz</a></span></dt>
79 <dt><span class="section"><a href="object-model-object-types.html">Objects in HarfBuzz</a></span></dt>
80 <dt><span class="section"><a href="object-model-lifecycle.html">Object lifecycle management</a></span></dt>
81 <dt><span class="section"><a href="object-model-user-data.html">User data</a></span></dt>
82 <dt><span class="section"><a href="object-model-blobs.html">Blobs</a></span></dt>
83 </dl></dd>
84 <dt><span class="chapter"><a href="buffers-language-script-and-direction.html">Buffers, language, script and direction</a></span></dt>
85 <dd><dl>
86 <dt><span class="section"><a href="buffers-language-script-and-direction.html#creating-and-destroying-buffers">Creating and destroying buffers</a></span></dt>
87 <dt><span class="section"><a href="adding-text-to-the-buffer.html">Adding text to the buffer</a></span></dt>
88 <dt><span class="section"><a href="setting-buffer-properties.html">Setting buffer properties</a></span></dt>
89 <dt><span class="section"><a href="customizing-unicode-functions.html">Customizing Unicode functions</a></span></dt>
90 </dl></dd>
91 <dt><span class="chapter"><a href="fonts-and-faces.html">Fonts, faces, and output</a></span></dt>
92 <dd><dl>
93 <dt><span class="section"><a href="fonts-and-faces.html#fonts-and-faces-objects">Font and face objects</a></span></dt>
94 <dt><span class="section"><a href="fonts-and-faces-custom-functions.html">Customizing font functions</a></span></dt>
95 <dt><span class="section"><a href="fonts-and-faces-native-opentype.html">Font objects and HarfBuzz's native OpenType implementation</a></span></dt>
96 <dt><span class="section"><a href="fonts-and-faces-variable.html">Working with OpenType Variable Fonts</a></span></dt>
97 </dl></dd>
98 <dt><span class="chapter"><a href="shaping-and-shape-plans.html">Shaping and shape plans</a></span></dt>
99 <dd><dl>
100 <dt><span class="section"><a href="shaping-and-shape-plans.html#shaping-buffer-output">Shaping and buffer output</a></span></dt>
101 <dt><span class="section"><a href="shaping-opentype-features.html">OpenType features</a></span></dt>
102 <dt><span class="section"><a href="shaping-shaper-selection.html">Shaper selection</a></span></dt>
103 <dt><span class="section"><a href="shaping-plans-and-caching.html">Plans and caching</a></span></dt>
104 </dl></dd>
105 <dt><span class="chapter"><a href="clusters.html">Clusters</a></span></dt>
106 <dd><dl>
107 <dt><span class="section"><a href="clusters.html#clusters-and-shaping">Clusters and shaping</a></span></dt>
108 <dt><span class="section"><a href="working-with-harfbuzz-clusters.html">Working with HarfBuzz clusters</a></span></dt>
109 <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>
110 <dt><span class="section"><a href="reordering-in-levels-0-and-1.html">Reordering in levels 0 and 1</a></span></dt>
111 <dt><span class="section"><a href="the-distinction-between-levels-0-and-1.html">The distinction between levels 0 and 1</a></span></dt>
112 <dt><span class="section"><a href="level-2.html">Level 2</a></span></dt>
113 <dd><dl>
114 <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>
115 <dt><span class="section"><a href="level-2.html#reordering-in-level-2">Reordering in level 2</a></span></dt>
116 <dt><span class="section"><a href="level-2.html#other-considerations-in-level-2">Other considerations in level 2</a></span></dt>
117 </dl></dd>
118 </dl></dd>
119 <dt><span class="chapter"><a href="utilities.html">Utilities</a></span></dt>
120 <dd><dl>
121 <dt><span class="section"><a href="utilities.html#utilities-command-line-tools">Command-line tools</a></span></dt>
122 <dd><dl>
123 <dt><span class="section"><a href="utilities.html#utilities-command-line-hbshape">hb-shape</a></span></dt>
124 <dt><span class="section"><a href="utilities.html#utilities-command-line-hbview">hb-view</a></span></dt>
125 <dt><span class="section"><a href="utilities.html#utilities-command-line-hbsubset">hb-subset</a></span></dt>
126 </dl></dd>
127 <dt><span class="section"><a href="utilities-common-types-apis.html">Common data types and APIs</a></span></dt>
128 </dl></dd>
129 <dt><span class="chapter"><a href="integration.html">Platform Integration Guide</a></span></dt>
130 <dd><dl>
131 <dt><span class="section"><a href="integration.html#integration-glib">GNOME integration, GLib, and GObject</a></span></dt>
132 <dt><span class="section"><a href="integration-freetype.html">FreeType integration</a></span></dt>
133 <dt><span class="section"><a href="integration-uniscribe.html">Uniscribe integration</a></span></dt>
134 <dt><span class="section"><a href="integration-coretext.html">Core Text integration</a></span></dt>
135 <dt><span class="section"><a href="integration-icu.html">ICU integration</a></span></dt>
136 <dt><span class="section"><a href="integration-python.html">Python bindings</a></span></dt>
137 </dl></dd>
138 </dl></dd>
139 <dt><span class="part"><a href="reference-manual.html">II. Reference manual</a></span></dt>
140 <dd><dl>
141 <dt><span class="chapter"><a href="core-api.html">Core API</a></span></dt>
142 <dd><dl>
143 <dt>
144 <span class="refentrytitle"><a href="harfbuzz-hb-blob.html">hb-blob</a></span><span class="refpurpose"> — Binary data containers</span>
145 </dt>
146 <dt>
147 <span class="refentrytitle"><a href="harfbuzz-hb-buffer.html">hb-buffer</a></span><span class="refpurpose"> — Input and output buffers</span>
148 </dt>
149 <dt>
150 <span class="refentrytitle"><a href="harfbuzz-hb-common.html">hb-common</a></span><span class="refpurpose"> — Common data types</span>
151 </dt>
152 <dt>
153 <span class="refentrytitle"><a href="harfbuzz-hb-deprecated.html">hb-deprecated</a></span><span class="refpurpose"> — Deprecated API</span>
154 </dt>
155 <dt>
156 <span class="refentrytitle"><a href="harfbuzz-hb-face.html">hb-face</a></span><span class="refpurpose"> — Font face objects</span>
157 </dt>
158 <dt>
159 <span class="refentrytitle"><a href="harfbuzz-hb-font.html">hb-font</a></span><span class="refpurpose"> — Font objects</span>
160 </dt>
161 <dt>
162 <span class="refentrytitle"><a href="harfbuzz-hb-map.html">hb-map</a></span><span class="refpurpose"> — Object representing integer to integer mapping</span>
163 </dt>
164 <dt>
165 <span class="refentrytitle"><a href="harfbuzz-hb-set.html">hb-set</a></span><span class="refpurpose"> — Objects representing a set of integers</span>
166 </dt>
167 <dt>
168 <span class="refentrytitle"><a href="harfbuzz-hb-shape-plan.html">hb-shape-plan</a></span><span class="refpurpose"> — Object representing a shaping plan</span>
169 </dt>
170 <dt>
171 <span class="refentrytitle"><a href="harfbuzz-hb-shape.html">hb-shape</a></span><span class="refpurpose"> — Conversion of text strings into positioned glyphs</span>
172 </dt>
173 <dt>
174 <span class="refentrytitle"><a href="harfbuzz-hb-unicode.html">hb-unicode</a></span><span class="refpurpose"> — Unicode character property access</span>
175 </dt>
176 <dt>
177 <span class="refentrytitle"><a href="harfbuzz-hb-version.html">hb-version</a></span><span class="refpurpose"> — Information about the version of HarfBuzz in use</span>
178 </dt>
179 </dl></dd>
180 <dt><span class="chapter"><a href="opentype-api.html">OpenType API</a></span></dt>
181 <dd><dl>
182 <dt>
183 <span class="refentrytitle"><a href="harfbuzz-hb-ot-color.html">hb-ot-color</a></span><span class="refpurpose"> — OpenType Color Fonts</span>
184 </dt>
185 <dt>
186 <span class="refentrytitle"><a href="harfbuzz-hb-ot-font.html">hb-ot-font</a></span><span class="refpurpose"> — OpenType font implementation</span>
187 </dt>
188 <dt>
189 <span class="refentrytitle"><a href="harfbuzz-hb-ot-layout.html">hb-ot-layout</a></span><span class="refpurpose"> — OpenType Layout</span>
190 </dt>
191 <dt>
192 <span class="refentrytitle"><a href="harfbuzz-hb-ot-math.html">hb-ot-math</a></span><span class="refpurpose"> — OpenType Math information</span>
193 </dt>
194 <dt>
195 <span class="refentrytitle"><a href="harfbuzz-hb-ot-meta.html">hb-ot-meta</a></span><span class="refpurpose"> — OpenType Metadata</span>
196 </dt>
197 <dt>
198 <span class="refentrytitle"><a href="harfbuzz-hb-ot-metrics.html">hb-ot-metrics</a></span><span class="refpurpose"> — OpenType Metrics</span>
199 </dt>
200 <dt>
201 <span class="refentrytitle"><a href="harfbuzz-hb-ot-name.html">hb-ot-name</a></span><span class="refpurpose"> — OpenType font name information</span>
202 </dt>
203 <dt>
204 <span class="refentrytitle"><a href="harfbuzz-hb-ot-shape.html">hb-ot-shape</a></span><span class="refpurpose"> — OpenType shaping support</span>
205 </dt>
206 <dt>
207 <span class="refentrytitle"><a href="harfbuzz-hb-ot-var.html">hb-ot-var</a></span><span class="refpurpose"> — OpenType Font Variations</span>
208 </dt>
209 </dl></dd>
210 <dt><span class="chapter"><a href="apple-advanced-typography-api.html">Apple Advanced Typography API</a></span></dt>
211 <dd><dl><dt>
212 <span class="refentrytitle"><a href="harfbuzz-hb-aat-layout.html">hb-aat-layout</a></span><span class="refpurpose"> — Apple Advanced Typography Layout</span>
213 </dt></dl></dd>
214 <dt><span class="chapter"><a href="integration-api.html">Integration API</a></span></dt>
215 <dd><dl>
216 <dt>
217 <span class="refentrytitle"><a href="harfbuzz-hb-coretext.html">hb-coretext</a></span><span class="refpurpose"> — CoreText integration</span>
218 </dt>
219 <dt>
220 <span class="refentrytitle"><a href="harfbuzz-hb-ft.html">hb-ft</a></span><span class="refpurpose"> — FreeType integration</span>
221 </dt>
222 <dt>
223 <span class="refentrytitle"><a href="harfbuzz-hb-glib.html">hb-glib</a></span><span class="refpurpose"> — GLib integration</span>
224 </dt>
225 <dt>
226 <span class="refentrytitle"><a href="harfbuzz-hb-graphite2.html">hb-graphite2</a></span><span class="refpurpose"> — Graphite2 integration</span>
227 </dt>
228 <dt>
229 <span class="refentrytitle"><a href="harfbuzz-hb-icu.html">hb-icu</a></span><span class="refpurpose"> — ICU integration</span>
230 </dt>
231 <dt>
232 <span class="refentrytitle"><a href="harfbuzz-hb-uniscribe.html">hb-uniscribe</a></span><span class="refpurpose"> — Windows integration</span>
233 </dt>
234 <dt>
235 <span class="refentrytitle"><a href="harfbuzz-hb-gdi.html">hb-gdi</a></span><span class="refpurpose"> — GDI integration</span>
236 </dt>
237 <dt>
238 <span class="refentrytitle"><a href="harfbuzz-hb-directwrite.html">hb-directwrite</a></span><span class="refpurpose"> — DirectWrite integration</span>
239 </dt>
240 </dl></dd>
241 <dt><span class="chapter"><a href="style-api.html">Style API</a></span></dt>
242 <dd><dl><dt>
243 <span class="refentrytitle"><a href="harfbuzz-hb-style.html">hb-style</a></span><span class="refpurpose"> — Font Styles</span>
244 </dt></dl></dd>
245 <dt><span class="chapter"><a href="subset-api.html">Subset API</a></span></dt>
246 <dd><dl><dt>
247 <span class="refentrytitle"><a href="harfbuzz-hb-subset.html">hb-subset</a></span><span class="refpurpose"> — Subsets font files.</span>
248 </dt></dl></dd>
249 <dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
250 <dt><span class="index"><a href="deprecated-api-index.html">Index of deprecated API</a></span></dt>
251 <dt><span class="index"><a href="api-index-3-4-0.html">Index of new symbols in 3.4.0</a></span></dt>
252 <dt><span class="index"><a href="api-index-3-3-0.html">Index of new symbols in 3.3.0</a></span></dt>
253 <dt><span class="index"><a href="api-index-3-1-0.html">Index of new symbols in 3.1.0</a></span></dt>
254 <dt><span class="index"><a href="api-index-3-0-0.html">Index of new symbols in 3.0.0</a></span></dt>
255 <dt><span class="index"><a href="api-index-2-9-1.html">Index of new symbols in 2.9.1</a></span></dt>
256 <dt><span class="index"><a href="api-index-2-9-0.html">Index of new symbols in 2.9.0</a></span></dt>
257 <dt><span class="index"><a href="api-index-2-8-2.html">Index of new symbols in 2.8.2</a></span></dt>
258 <dt><span class="index"><a href="api-index-2-7-3.html">Index of new symbols in 2.7.3</a></span></dt>
259 <dt><span class="index"><a href="api-index-2-6-8.html">Index of new symbols in 2.6.8</a></span></dt>
260 <dt><span class="index"><a href="api-index-2-6-5.html">Index of new symbols in 2.6.5</a></span></dt>
261 <dt><span class="index"><a href="api-index-2-6-3.html">Index of new symbols in 2.6.3</a></span></dt>
262 <dt><span class="index"><a href="api-index-2-6-0.html">Index of new symbols in 2.6.0</a></span></dt>
263 <dt><span class="index"><a href="api-index-2-5-0.html">Index of new symbols in 2.5.0</a></span></dt>
264 <dt><span class="index"><a href="api-index-2-4-0.html">Index of new symbols in 2.4.0</a></span></dt>
265 <dt><span class="index"><a href="api-index-2-3-0.html">Index of new symbols in 2.3.0</a></span></dt>
266 <dt><span class="index"><a href="api-index-2-2-0.html">Index of new symbols in 2.2.0</a></span></dt>
267 <dt><span class="index"><a href="api-index-2-1-0.html">Index of new symbols in 2.1.0</a></span></dt>
268 <dt><span class="index"><a href="api-index-2-0-0.html">Index of new symbols in 2.0.0</a></span></dt>
269 <dt><span class="index"><a href="api-index-1-9-0.html">Index of new symbols in 1.9.0</a></span></dt>
270 <dt><span class="index"><a href="api-index-1-8-6.html">Index of new symbols in 1.8.6</a></span></dt>
271 <dt><span class="index"><a href="api-index-1-8-5.html">Index of new symbols in 1.8.5</a></span></dt>
272 <dt><span class="index"><a href="api-index-1-8-1.html">Index of new symbols in 1.8.1</a></span></dt>
273 <dt><span class="index"><a href="api-index-1-8-0.html">Index of new symbols in 1.8.0</a></span></dt>
274 <dt><span class="index"><a href="api-index-1-7-7.html">Index of new symbols in 1.7.7</a></span></dt>
275 <dt><span class="index"><a href="api-index-1-7-5.html">Index of new symbols in 1.7.5</a></span></dt>
276 <dt><span class="index"><a href="api-index-1-7-2.html">Index of new symbols in 1.7.2</a></span></dt>
277 <dt><span class="index"><a href="api-index-1-6-0.html">Index of new symbols in 1.6.0</a></span></dt>
278 <dt><span class="index"><a href="api-index-1-5-0.html">Index of new symbols in 1.5.0</a></span></dt>
279 <dt><span class="index"><a href="api-index-1-4-3.html">Index of new symbols in 1.4.3</a></span></dt>
280 <dt><span class="index"><a href="api-index-1-4-2.html">Index of new symbols in 1.4.2</a></span></dt>
281 <dt><span class="index"><a href="api-index-1-4-0.html">Index of new symbols in 1.4.0</a></span></dt>
282 <dt><span class="index"><a href="api-index-1-3-3.html">Index of new symbols in 1.3.3</a></span></dt>
283 <dt><span class="index"><a href="api-index-1-2-3.html">Index of new symbols in 1.2.3</a></span></dt>
284 <dt><span class="index"><a href="api-index-1-1-3.html">Index of new symbols in 1.1.3</a></span></dt>
285 <dt><span class="index"><a href="api-index-1-1-2.html">Index of new symbols in 1.1.2</a></span></dt>
286 <dt><span class="index"><a href="api-index-1-0-5.html">Index of new symbols in 1.0.5</a></span></dt>
287 <dt><span class="index"><a href="api-index-0-9-42.html">Index of new symbols in 0.9.42</a></span></dt>
288 <dt><span class="index"><a href="api-index-0-9-41.html">Index of new symbols in 0.9.41</a></span></dt>
289 <dt><span class="index"><a href="api-index-0-9-39.html">Index of new symbols in 0.9.39</a></span></dt>
290 <dt><span class="index"><a href="api-index-0-9-38.html">Index of new symbols in 0.9.38</a></span></dt>
291 <dt><span class="index"><a href="api-index-0-9-33.html">Index of new symbols in 0.9.33</a></span></dt>
292 <dt><span class="index"><a href="api-index-0-9-31.html">Index of new symbols in 0.9.31</a></span></dt>
293 <dt><span class="index"><a href="api-index-0-9-30.html">Index of new symbols in 0.9.30</a></span></dt>
294 <dt><span class="index"><a href="api-index-0-9-28.html">Index of new symbols in 0.9.28</a></span></dt>
295 <dt><span class="index"><a href="api-index-0-9-26.html">Index of new symbols in 0.9.26</a></span></dt>
296 <dt><span class="index"><a href="api-index-0-9-22.html">Index of new symbols in 0.9.22</a></span></dt>
297 <dt><span class="index"><a href="api-index-0-9-21.html">Index of new symbols in 0.9.21</a></span></dt>
298 <dt><span class="index"><a href="api-index-0-9-20.html">Index of new symbols in 0.9.20</a></span></dt>
299 <dt><span class="index"><a href="api-index-0-9-11.html">Index of new symbols in 0.9.11</a></span></dt>
300 <dt><span class="index"><a href="api-index-0-9-10.html">Index of new symbols in 0.9.10</a></span></dt>
301 <dt><span class="index"><a href="api-index-0-9-8.html">Index of new symbols in 0.9.8</a></span></dt>
302 <dt><span class="index"><a href="api-index-0-9-7.html">Index of new symbols in 0.9.7</a></span></dt>
303 <dt><span class="index"><a href="api-index-0-9-5.html">Index of new symbols in 0.9.5</a></span></dt>
304 <dt><span class="index"><a href="api-index-0-9-2.html">Index of new symbols in 0.9.2</a></span></dt>
305 <dt><span class="index"><a href="api-index-0-6-0.html">Index of new symbols in 0.6.0</a></span></dt>
306 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
307 </dl></dd>
308 </dl></div>
309 <div class="note">
310 <p>
311       The current HarfBuzz codebase is versioned 2.x.x and is stable
312       and under active maintenance. This is what is used in latest
313       versions of Firefox, GNOME, ChromeOS, Chrome, LibreOffice,
314       XeTeX, Android, and KDE, among other places.
315     </p>
316 <p>
317       Prior to 2012, the original HarfBuzz codebase (which, these days, is
318       referred to as <span class="emphasis"><em>harfbuzz-old</em></span>) was derived from code
319       in <a class="ulink" href="http://freetype.org/" target="_top">FreeType</a>,
320       <a class="ulink" href="http://pango.org/" target="_top">Pango</a>, and
321       <a class="ulink" href="http://qt-project.org/" target="_top">Qt</a>.
322       It is <span class="emphasis"><em>not</em></span> actively developed or  maintained, and is
323       extremely buggy. All users of harfbuzz-old are encouraged to switch over
324       to the new HarfBuzz as soon as possible.
325     </p>
326 <p>
327       To make this distinction clearer in discussions, the current HarfBuzz
328       codebase is sometimes referred to as <span class="emphasis"><em>harfbuzz-ng</em></span>.
329     </p>
330 <p>
331       For reference purposes, the harfbuzz-old source tree is archived
332       <a class="ulink" href="http://cgit.freedesktop.org/harfbuzz.old/" target="_top">here</a>.
333       There are no release tarballs of harfbuzz-old whatsoever.
334     </p>
335 </div>
336 </div>
337 <div class="footer">
338 <hr>Generated by GTK-Doc V1.32</div>
339 </body>
340 </html>