Returns an array of x-coordinates of each character in a given text string.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public float[] GetCharacterPositions( string text, float startX )
Type: System.String
The string to retrieve character positions from.Type: System.Single
The position of the beginning of the string (regardless to the HorizontalAlignment).