Property SystemFontName

Namespace TallComponents.PDF.Rasterizer.Fonts
Class ResolveFontEventArgs

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

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 , and the SystemFontName will indicate the unknown system font name.

Syntax

public  String  SystemFontName  {  get;  set;  }

Property value

String