FontName Property (FontSubSet.TextFormat)
In This Topic
Gets or sets a font family name.
This value is used only if the Font property is null.
This value is case insensitive.
Syntax
'Declaration
Public Property FontName As String
public string FontName {get; set;}
See Also