Click or drag to resize
PdfFontGetCharWidth Method
Gets the width of the specified character in points.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public float GetCharWidth(
	char c
)

Parameters

c
Type: SystemChar
The character.

Return Value

Type: Single
The character width in points.
See Also