|
PdfFontGetCharWidth Method
|
Gets the width of the specified character in points.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic float GetCharWidth(
char c
)
Public Function GetCharWidth (
c As Char
) As Single
Parameters
- c Char
- The character to be measured.
Return Value
SingleThe character width in points.
See Also