Gets the width of the specified character in points.
| C# | Visual Basic | Visual C++ |
public float GetCharWidth( char c )
Public Function GetCharWidth ( c As Char ) As Single
public: float GetCharWidth( wchar_t c )
- c (Char)
- The character.
Single
The character width in points.
The character width in points.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)