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