Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.99 KB

working-with-relationships-among-caret-positions--justification-points--and-clusters.md

File metadata and controls

40 lines (23 loc) · 2.99 KB
description ms.assetid title ms.topic ms.date
The following table shows the various methods that the application can use to handle the caret, justification, and clusters.
950a24b4-62ab-4eaf-ac15-87434d3c28c0
Working with Relationships Among Caret Positions, Justification Points, and Clusters
article
05/31/2018

Working with Relationships Among Caret Positions, Justification Points, and Clusters

The following table shows the various methods that the application can use to handle the caret, justification, and clusters.

Task Uniscribe support
Caret move by character cluster The pwLogClust parameter of the ScriptShape functionThe fClusterStart member of the SCRIPT_VISATTR structure
The fCharStop member of the SCRIPT_LOGATTR structure
Line breaking between characters The pwLogClust parameter of the ScriptShape functionThe fClusterStart member of the SCRIPT_VISATTR structure
The fCharStop member of the SCRIPT_LOGATTR structure
Caret move by word The fWordStop member of the SCRIPT_LOGATTR structure
Line breaking between words The fWordStop member of the SCRIPT_LOGATTR structure
Justification The uJustification member of the SCRIPT_VISATTR structure

 

Related topics

Using Uniscribe