CreateFontData()

FontDataFactory::CreateFontData(System::String) method

Creates FontData with specified font name.

System::SharedPtr<IFontData> Aspose::Slides::FontDataFactory::CreateFontData(System::String fontName) override

Arguments

ParameterTypeDescription
fontNameSystem::StringFont name

Return Value

FontData

See Also