Aspose::Cells::IndividualFontConfigs::SetFontFolders method

IndividualFontConfigs::SetFontFolders method

Sets the fonts folders.

void Aspose::Cells::IndividualFontConfigs::SetFontFolders(const Vector<U16String> &fontFolders, bool recursive)
ParameterTypeDescription
fontFoldersconst Vector <U16String>&The folders that contains TrueType fonts.
recursiveboolDetermines whether or not to scan subfolders.

See Also