Returns an array of horizontal positions of each character in given text string.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Function GetCharacterPositions ( _ text As String, _ startX As Single _ ) As Single()
Type: System.String
Text string to retrieve character positions from.Type: System.Single
Position of the beginning of the string (regardless to the HorizontalAlignment).GdiGraphics can have Transform matrix initialized. This way you can draw text rotated, scaled, or sheared. However this method does not take it into account and returns values as if Transform is reset to identity matrix (sets no transformation).