static public method TextUtils.MeasureTextWidth

Brief

Gets the width of a text in pixels.

Declaration
C#
float  MeasureTextWidth (string text, Gehtsoft.PDFFlow.Builder.FontBuilder font)

Parameters
text

The text string to measure.

font

The text font.

Declared in TextUtils

back