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