FontData Constructor

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)
Syntax
public FontData(
	string fontName
)

Parameters

fontName
Type: SystemString
Font name.
See Also