Winnovative PDF Creator Library for .NET
GetCharWidth Method (c)
NamespacesWinnovative.PdfCreatorPdfFontGetCharWidth(Char)
Winnovative PDF Creator Library for .NET
Gets the width of the specified character in points.
Declaration Syntax
C#Visual BasicVisual C++
public float GetCharWidth(
	char c
)
Public Function GetCharWidth ( _
	c As Char _
) As Single
public:
float GetCharWidth(
	wchar_t c
)
Parameters
c (Char)
The character.
Return Value
The character width in points.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)