Aspose::Cells::FontConfigs::SetFontFolder method
FontConfigs::SetFontFolder(const U16String&, bool) method
Sets the fonts folder.
static void Aspose::Cells::FontConfigs::SetFontFolder(const U16String &fontFolder, bool recursive)
Parameter | Type | Description |
---|---|---|
fontFolder | const U16String& | The folder 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++
FontConfigs::SetFontFolder(const char16_t*, bool) method
Sets the fonts folder.
static void Aspose::Cells::FontConfigs::SetFontFolder(const char16_t *fontFolder, bool recursive)
Parameter | Type | Description |
---|---|---|
fontFolder | const char16_t* | The folder that contains TrueType fonts. |
recursive | bool | Determines whether or not to scan subfolders. |
See Also
- Class Vector
- Class FontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++