[C#]
Region[] MeasureCharacterRanges(string text, Font font, RectangleF rect, stringFormat format);
[Visual Basic]
Function MeasureCharacterRanges(text As String, font As Font, rect As RectangleF, format As StringFormat) As Region()
None.