Commit 65893a71 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

usp10: Punctuation fixes.

parent 9cb3bf1e
...@@ -2762,9 +2762,9 @@ static inline int get_cluster_advance(const int* piAdvance, ...@@ -2762,9 +2762,9 @@ static inline int get_cluster_advance(const int* piAdvance,
* ScriptXtoCP (USP10.@) * ScriptXtoCP (USP10.@)
* *
* Basic algorithm : * Basic algorithm :
* use piAdvance to find the cluster we are looking at * Use piAdvance to find the cluster we are looking at.
* Find the character that is the first character of the cluster * Find the character that is the first character of the cluster.
* That is our base piCP * That is our base piCP.
* If the script snaps to cluster boundaries (Hebrew, Indic, Thai) then we * If the script snaps to cluster boundaries (Hebrew, Indic, Thai) then we
* are good. Otherwise if the cluster is larger than 1 glyph we need to * are good. Otherwise if the cluster is larger than 1 glyph we need to
* determine how far through the cluster to advance the cursor. * determine how far through the cluster to advance the cursor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment