FontDataFactoryCreateFontData Method

Creates FontData with specified font name.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IFontData CreateFontData(
	string fontName
)

Parameters

fontName
Type: SystemString
Font name

Return Value

Type: IFontData
FontData

Implements

IFontDataFactoryCreateFontData(String)
See Also