Click or drag to resize

PdfFontGetCharWidth Method

Gets the width of the specified character in points.

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

Parameters

c  Char
The character.

Return Value

Single
The character width in points.
See Also