PdfFontGetCharWidth Method

Gets the width of the specified character in points.

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public float GetCharWidth(
	char c
)

Parameters

c  Char
The character.

Return Value

Single
The character width in points.

See Also