Gets the width of the specified character in points.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public float GetCharWidth( char c ) |
| Visual Basic |
|---|
Public Function GetCharWidth ( c As Char ) As Single |
| Visual C++ |
|---|
public: float GetCharWidth( wchar_t c ) |
Parameters
- c
- Type: System..::..Char
The character.
Return Value
Type: SingleThe character width in points.