Creates a new FontData object with the specified font name.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic FontData(
string fontName
)
Public Sub New (
fontName As String
)
public:
FontData(
String^ fontName
)
new :
fontName : string -> FontData
Parameters
- fontName
- Type: SystemString
Font name.
See Also