PdfFontGetCharWidth Method
            Gets the width of the specified character in points.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public float GetCharWidth(
	char c
)
Public Function GetCharWidth ( 
	c As Char
) As Single
- c  Char
- The character.
SingleThe character width in points.