Docs: usermanual, minor cleanup to What Is HarfBuzz chapter.

This commit is contained in:
Nathan Willis 2018-10-12 18:22:41 -05:00 committed by Khaled Hosny
parent 443f872132
commit 9aa865dcc6

View File

@ -80,8 +80,8 @@
</para> </para>
<para> <para>
Text shaping is a fairly low-level operation. HarfBuzz is Text shaping is a fairly low-level operation. HarfBuzz is
used directly by graphical rendering libraries like <ulink used directly by text-handling libraries like <ulink
url="https://www.pango.org/">Pango</a>, as well as by the layout url="https://www.pango.org/">Pango</ulink>, as well as by the layout
engines in Firefox, LibreOffice, and Chromium. Unless you are engines in Firefox, LibreOffice, and Chromium. Unless you are
<emphasis>writing</emphasis> one of these layout engines <emphasis>writing</emphasis> one of these layout engines
yourself, you will probably not need to use HarfBuzz: normally, yourself, you will probably not need to use HarfBuzz: normally,
@ -222,7 +222,7 @@
<title>What does HarfBuzz do?</title> <title>What does HarfBuzz do?</title>
<para> <para>
HarfBuzz provides OpenType text shaping through a cross-platform HarfBuzz provides OpenType text shaping through a cross-platform
C API that accepts sequences of Unicode input text. Currently, C API that accepts sequences of Unicode codepoints as input. Currently,
the following OpenType shaping models are supported: the following OpenType shaping models are supported:
</para> </para>
<itemizedlist> <itemizedlist>