From 9aa865dcc68ec207741e07ba3f7aacf4ac750c1c Mon Sep 17 00:00:00 2001 From: Nathan Willis Date: Fri, 12 Oct 2018 18:22:41 -0500 Subject: [PATCH] Docs: usermanual, minor cleanup to What Is HarfBuzz chapter. --- docs/usermanual-what-is-harfbuzz.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usermanual-what-is-harfbuzz.xml b/docs/usermanual-what-is-harfbuzz.xml index 6a3ac10..0c961e2 100644 --- a/docs/usermanual-what-is-harfbuzz.xml +++ b/docs/usermanual-what-is-harfbuzz.xml @@ -80,8 +80,8 @@ Text shaping is a fairly low-level operation. HarfBuzz is - used directly by graphical rendering libraries like Pango, as well as by the layout + used directly by text-handling libraries like Pango, as well as by the layout engines in Firefox, LibreOffice, and Chromium. Unless you are writing one of these layout engines yourself, you will probably not need to use HarfBuzz: normally, @@ -222,7 +222,7 @@ What does HarfBuzz do? 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: -- 2.7.4