CellsHelper.GetTextWidth

CellsHelper.GetTextWidth method

Get width of text in unit of points.

public static double GetTextWidth(string text, Font font, double scaling)
ParameterTypeDescription
textStringThe text.
fontFontThe font of the text.
scalingDoubleThe scaling of text.

See Also