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