Converts this font to a corresponding system font.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Font GetSystemFont()
Visual Basic
Public Function GetSystemFont As Font
Visual C++
public:
Font^ GetSystemFont()

Return Value

Type: Font
A system font corresponding to this font object.

See Also