PdfFontGetCharWidth Method

Gets the width of the specified character in points.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public float GetCharWidth(
	char c
)

Parameters

c  Char
The character.

Return Value

Single
The character width in points.

See Also