PdfFontGetCharWidth Method
Gets the width of the specified character in points.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public float GetCharWidth(
char c
)
Public Function GetCharWidth (
c As Char
) As Single
public:
float GetCharWidth(
wchar_t c
)
member GetCharWidth :
c : char -> float32
- c Char
- The character.
SingleThe character width in points.