DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SystemFontCollection Class / DefaultFont Property

In This Topic
DefaultFont Property (SystemFontCollection)
In This Topic
Gets or sets the default system font.

If no system fonts were found, this value will be null. You can test for this condition at program startup, and assign a font to it if it is null.

Syntax
'Declaration
 
Public Property DefaultFont As Font
 
See Also