Aspose::Cells::FontConfigs::SetFontFolders method
FontConfigs::SetFontFolders method
Sets the fonts folders.
static void Aspose::Cells::FontConfigs::SetFontFolders(const Vector<U16String> &fontFolders, bool recursive)
Parameter | Type | Description |
---|---|---|
fontFolders | const Vector <U16String>& | The folders that contains TrueType fonts. |
recursive | bool | Determines whether or not to scan subfolders. |
See Also
- Class Vector
- Class U16String
- Class FontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++