The system font name. If the font could be resolved and the FontLocation is System, this property contains the name of the system font.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public string SystemFontName { get; set; }
Visual Basic
Public Property SystemFontName As String
	Get
	Set

Remarks

If the properties of the event are not changed at all, the system will use the font as indicated in the Status.

If the event handler changes the SystemFontName the system will try to resolve the font to a system font with the new name.

If the font name was changed by the event handler, and it could not be resolved, a new ResolveFont event will be issued. This event will have FontLocationUnresolved, and the SystemFontName will indicate the unknown system font name.

See Also