Method WrapTextToMultipleLines
WrapTextToMultipleLines(string, double, Font, double?)
Performs word wrapping of the text.
public static string WrapTextToMultipleLines(string text, double maxWidth, Font font, double? scaleFactor = null)
Parameters
text
stringText to wrap.
maxWidth
doubleWidth of the text in device-independent units.
font
FontText font.
scaleFactor
double?Scale factor.