Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / docs / html / shaping-concepts.html
index 6ce7bcc..31d4731 100644 (file)
@@ -7,7 +7,7 @@
 <link rel="home" href="index.html" title="HarfBuzz Manual">
 <link rel="up" href="user-manual.html" title="Part I. User's manual">
 <link rel="prev" href="a-simple-shaping-example.html" title="A simple shaping example">
-<link rel="next" href="complex-scripts.html" title="Complex scripts">
+<link rel="next" href="script-specific-shaping.html" title="Script-specific shaping">
 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="user-manual.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
 <td><a accesskey="p" href="a-simple-shaping-example.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
-<td><a accesskey="n" href="complex-scripts.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="script-specific-shaping.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
 <a name="shaping-concepts"></a>Shaping concepts</h2></div></div></div>
 <div class="toc"><dl class="toc">
 <dt><span class="section"><a href="shaping-concepts.html#text-shaping-concepts">Text shaping</a></span></dt>
-<dt><span class="section"><a href="complex-scripts.html">Complex scripts</a></span></dt>
+<dt><span class="section"><a href="script-specific-shaping.html">Script-specific shaping</a></span></dt>
 <dt><span class="section"><a href="shaping-operations.html">Shaping operations</a></span></dt>
 <dt><span class="section"><a href="unicode-character-categories.html">Unicode character categories</a></span></dt>
 <dt><span class="section"><a href="text-runs.html">Text runs</a></span></dt>
@@ -49,7 +49,7 @@
       correct amount for each successive glyph.
     </p>
 <p>
-      But, for <span class="emphasis"><em>complex scripts</em></span>, any combination of
+      But, for other scripts (often unceremoniously called <span class="emphasis"><em>complex scripts</em></span>), any combination of
       several shaping operations may be required, and the rules for how
       and when they are applied vary from script to script. HarfBuzz and
       other shaping engines implement these rules.