summaryrefslogtreecommitdiff
path: root/docs/html/what-is-harfbuzz.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/what-is-harfbuzz.html')
-rw-r--r--docs/html/what-is-harfbuzz.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/html/what-is-harfbuzz.html b/docs/html/what-is-harfbuzz.html
index 6e4b0ea..aff2f7d 100644
--- a/docs/html/what-is-harfbuzz.html
+++ b/docs/html/what-is-harfbuzz.html
@@ -2,13 +2,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>What is Harfbuzz?: HarfBuzz Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<title>What is HarfBuzz?: HarfBuzz Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="HarfBuzz Manual">
<link rel="up" href="pt01.html" title="Part I. User's manual">
<link rel="prev" href="pt01.html" title="Part I. User's manual">
-<link rel="next" href="why-is-it-called-harfbuzz.html" title="Why is it called Harfbuzz?">
-<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
+<link rel="next" href="why-is-it-called-harfbuzz.html" title="Why is it called HarfBuzz?">
+<meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,13 +21,13 @@
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
-<a name="what-is-harfbuzz"></a>What is Harfbuzz?</h2></div></div></div>
+<a name="what-is-harfbuzz"></a>What is HarfBuzz?</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="what-is-harfbuzz.html#why-do-i-need-it">Why do I need it?</a></span></dt>
-<dt><span class="section"><a href="why-is-it-called-harfbuzz.html">Why is it called Harfbuzz?</a></span></dt>
+<dt><span class="section"><a href="why-is-it-called-harfbuzz.html">Why is it called HarfBuzz?</a></span></dt>
</dl></div>
<p>
- Harfbuzz is a <span class="emphasis"><em>text shaping engine</em></span>. It solves
+ HarfBuzz is a <span class="emphasis"><em>text shaping engine</em></span>. It solves
the problem of selecting and positioning glyphs from a font given a
Unicode string.
</p>
@@ -36,17 +36,17 @@
<a name="why-do-i-need-it"></a>Why do I need it?</h2></div></div></div>
<p>
Text shaping is an integral part of preparing text for display. It
- is a fairly low level operation; Harfbuzz is used directly by
+ is a fairly low level operation; HarfBuzz is used directly by
graphic rendering libraries such as Pango, and the layout engines
in Firefox, LibreOffice and Chromium. Unless you are
<span class="emphasis"><em>writing</em></span> one of these layout engines yourself,
- you will probably not need to use Harfbuzz - normally higher level
+ you will probably not need to use HarfBuzz - normally higher level
libraries will turn text into glyphs for you.
</p>
<p>
However, if you <span class="emphasis"><em>are</em></span> writing a layout engine
or graphics library yourself, you will need to perform text
- shaping, and this is where Harfbuzz can help you. Here are some
+ shaping, and this is where HarfBuzz can help you. Here are some
reasons why you need it:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -112,13 +112,13 @@
<p>
If this is something that you need to do, then you need a text
shaping engine: you could use Uniscribe if you are using Windows;
- you could use CoreText on OS X; or you could use Harfbuzz. In the
+ you could use CoreText on OS X; or you could use HarfBuzz. In the
rest of this manual, we are going to assume that you are the
implementor of a text layout engine.
</p>
</div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.25.1</div>
+<hr>Generated by GTK-Doc V1.27.1</div>
</body>
</html> \ No newline at end of file