FontConfigsSetFontFolder Method |
Sets the fonts folder
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic static void SetFontFolder(
string fontFolder,
bool recursive
)
Public Shared Sub SetFontFolder (
fontFolder As String,
recursive As Boolean
)
public:
static void SetFontFolder(
String^ fontFolder,
bool recursive
)
static member SetFontFolder :
fontFolder : string *
recursive : bool -> unit
Parameters
- fontFolder
- Type: SystemString
The folder that contains TrueType fonts. - recursive
- Type: SystemBoolean
Determines whether or not to scan subfolders.
See Also