Imported Upstream version 2.6.4
[platform/upstream/harfbuzz.git] / docs / html / working-with-harfbuzz-clusters.html
index 74ffd3b..1fab4ad 100644 (file)
       order.
     </p>
 <p>
-      For left-to-right scripts (LTR) and top-to-bottom scripts (TTB),
+      For buffers in the left-to-right (LTR)
+      or top-to-bottom (TTB) text flow direction,
       HarfBuzz will preserve the monotonic property: client programs
-      are guaranteed that monotonically increasing initial clulster
+      are guaranteed that monotonically increasing initial cluster
       values will be returned as monotonically increasing final
       cluster values.
     </p>
 <p>
-      For right-to-left scripts (RTL) and bottom-to-top scripts (BTT),
+      For buffers in the right-to-left (RTL)
+      or bottom-to-top (BTT) text flow direction,
       the directionality of the buffer itself is reversed for final
       output as a matter of design. Therefore, HarfBuzz inverts the
       monotonic property: client programs are guaranteed that
-      monotonically increasing initial clulster values will be
+      monotonically increasing initial cluster values will be
       returned as monotonically <span class="emphasis"><em>decreasing</em></span> final
       cluster values.
     </p>