Gets the width of the specified character in points.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public float GetCharWidth(
	char c
)
Visual Basic
Public Function GetCharWidth ( 
	c As Char
) As Single
Visual C++
public:
float GetCharWidth(
	wchar_t c
)

Parameters

c
Type: System..::..Char
The character.

Return Value

Type: Single
The character width in points.

See Also