PdfFontGetCharWidth Method

Gets the width of the specified character in points.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_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