CreateFontData()

IFontDataFactory::CreateFontData(System::String) method

Creates FontData with specified font name.

virtual System::SharedPtr<IFontData> Aspose::Slides::IFontDataFactory::CreateFontData(System::String fontName)=0

Arguments

ParameterTypeDescription
fontNameSystem::StringFont name

Return Value

FontData

See Also