26804d30320cd3f836f24da0e5daed9b4935cfa4
[platform/upstream/harfbuzz.git] / docs / html / text-runs.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Text runs: HarfBuzz Manual</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="index.html" title="HarfBuzz Manual">
8 <link rel="up" href="shaping-concepts.html" title="Shaping concepts">
9 <link rel="prev" href="unicode-character-categories.html" title="Unicode character categories">
10 <link rel="next" href="opentype-shaping-models.html" title="OpenType shaping models">
11 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16 <td width="100%" align="left" class="shortcuts"></td>
17 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18 <td><a accesskey="u" href="shaping-concepts.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19 <td><a accesskey="p" href="unicode-character-categories.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20 <td><a accesskey="n" href="opentype-shaping-models.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="section">
23 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
24 <a name="text-runs"></a>Text runs</h2></div></div></div>
25 <p>
26       Real-world text usually contains codepoints from a mixture of
27       different Unicode scripts (including punctuation, numbers, symbols,
28       white-space characters, and other codepoints that do not belong
29       to any script). Real-world text may also be marked up with
30       formatting that changes font properties (including the font,
31       font style, and font size).
32     </p>
33 <p>
34       For shaping purposes, all real-world text streams must be first
35       segmented into runs that have a uniform set of properties. 
36     </p>
37 <p>
38       In particular, shaping models always assume that every codepoint
39       in a text run has the same <span class="emphasis"><em>direction</em></span>,
40       <span class="emphasis"><em>script</em></span> tag, and
41       <span class="emphasis"><em>language</em></span> tag.
42     </p>
43 </div>
44 <div class="footer">
45 <hr>Generated by GTK-Doc V1.25</div>
46 </body>
47 </html>