PdfFontMeasureText Method

Returns the size in points of the given text when using this font to display the text

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public SizeF MeasureText(
	string text
)

Parameters

text  String
The text to measure

Return Value

SizeF
The text size in points

See Also