Aspose::Cells::IndividualFontConfigs::SetFontFolder method
IndividualFontConfigs::SetFontFolder(const U16String&, bool) method
Sets the fonts folder.
void Aspose::Cells::IndividualFontConfigs::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 IndividualFontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
IndividualFontConfigs::SetFontFolder(const char16_t*, bool) method
Sets the fonts folder.
void Aspose::Cells::IndividualFontConfigs::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 IndividualFontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++