Table of Contents

Property DefaultFontName

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

DefaultFontName

Gets or sets the default font family name, which is used when a text node does not specify a font family name.

public string DefaultFontName { get; set; }

Property Value

string

A string containing the default font family name. The default is the Arial font, for its support of Unicode texts. This value cannot be null or empty.