Creates a new FontData object with the specified font name.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextFont(
string fontName
)
Public Sub New (
fontName As String
)
public:
TextFont(
String^ fontName
)
new :
fontName : string -> TextFont
Parameters
-
fontName
-
Type:
System
String
Font name.
See Also