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