From e7d5fa4a5891a4fb4c4a5d8ba0a05540c4358a33 Mon Sep 17 00:00:00 2001 From: n8willis Date: Fri, 17 Apr 2020 15:54:40 +0100 Subject: [PATCH] [Usermanual, utilities] - correct DocBook tags Changes stray DocBook tags on this page to . No instances found in the other docs. --- docs/usermanual-utilities.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/usermanual-utilities.xml b/docs/usermanual-utilities.xml index 1c5370c11..6e30c469c 100644 --- a/docs/usermanual-utilities.xml +++ b/docs/usermanual-utilities.xml @@ -18,8 +18,8 @@ Command-line tools HarfBuzz include three command-line tools: - hb-shape, hb-view, and - hb-subset. They can be used to examine + hb-shape, hb-view, and + hb-subset. They can be used to examine HarfBuzz's functionality, debug font binaries, or explore the various shaping models and features from a terminal. @@ -27,12 +27,12 @@
hb-shape - hb-shape allows you to run HarfBuzz's + hb-shape allows you to run HarfBuzz's hb_shape() function on an input string and to examine the outcome, in human-readable form, as terminal - output. hb-shape does + output. hb-shape does not render the results of the shaping call - into rendered text (you can use hb-view, below, for + into rendered text (you can use hb-view, below, for that). Instead, it prints out the final glyph indices and positions, taking all shaping operations into account, as if the input string were a HarfBuzz input buffer. @@ -80,10 +80,10 @@
hb-view - hb-view allows you to + hb-view allows you to see the shaped output of an input string in rendered - form. Like hb-shape, - hb-view takes a font file and a text string + form. Like hb-shape, + hb-view takes a font file and a text string as its arguments: @@ -92,7 +92,7 @@ yourinputtext - By default, hb-view renders the shaped + By default, hb-view renders the shaped text in ASCII block-character images as terminal output. By appending the --output-file=filename @@ -100,7 +100,7 @@ (among other formats). - As with hb-shape, a lengthy set of options + As with hb-shape, a lengthy set of options is available, with which you can enable or disable specific font features, set variation-font axis values, alter the language, script, direction, and clustering settings @@ -114,10 +114,10 @@ with - In general, hb-view is a quick way to + In general, hb-view is a quick way to verify that the output of HarfBuzz's shaping operation looks correct for a given text-and-font combination, but you may - want to use hb-shape to figure out exactly + want to use hb-shape to figure out exactly why something does not appear as expected.
@@ -125,13 +125,13 @@
hb-subset - hb-subset allows you + hb-subset allows you to generate a subset of a given font, with a limited set of supported characters, features, and variation settings. By default, you provide an input font and an input text string - as the arguments to hb-subset, and it will + as the arguments to hb-subset, and it will generate a font that covers the input text exactly like the input font does, but includes no other characters or features.