PdfFontGetCharWidth Method |
Gets the width of the specified character in points.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic float GetCharWidth(
char c
)
Public Function GetCharWidth (
c As Char
) As Single
Parameters
- c Char
- The character.
Return Value
SingleThe character width in points.
See Also