PdfFontGetCharWidth Method

Gets the width of the specified character in points.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public float GetCharWidth(
	char c
)

Parameters

c  Char
The character.

Return Value

Single
The character width in points.

See Also