Aurigma Graphics Mill 5.5 for .NET
Font..::.GetCharacterPositions Method
Returns an array of horizontal positions of each character in given text string.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Function GetCharacterPositions ( _ text As String, _ startX As Single _ ) As Single()
Parameters
- text
-
Type: System..::.String
Text string to retrieve character positions from.
- startX
-
Type: System..::.Single
Position of the beginning of the string (regardless to the HorizontalAlignment).