RtlShaping Method (FontShaping)
In This Topic
Right to left shaping without arabic.
Syntax
'Declaration
Public Shared Function RtlShaping( _
ByVal As System.String, _
ByRef () As System.Single _
) As System.Char()
public static System.char[] RtlShaping(
System.string ,
ref System.float[]
)
Parameters
- text
- widths
See Also