usp10: Punctuation fixes.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-05-29 12:41:22 +02:00 committed by Alexandre Julliard
parent 9cb3bf1e6d
commit 65893a7142
1 changed files with 3 additions and 3 deletions

View File

@ -2762,9 +2762,9 @@ static inline int get_cluster_advance(const int* piAdvance,
* ScriptXtoCP (USP10.@)
*
* Basic algorithm :
* use piAdvance to find the cluster we are looking at
* Find the character that is the first character of the cluster
* That is our base piCP
* Use piAdvance to find the cluster we are looking at.
* Find the character that is the first character of the cluster.
* That is our base piCP.
* 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
* determine how far through the cluster to advance the cursor.