FontsLoaderGetFontFolders Method |
Gets font folders. Returns folders that have been added with LoadExternalFonts method as well as system font folders
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public static string[] GetFontFolders()
Public Shared Function GetFontFolders As String()
public:
static array<String^>^ GetFontFolders()
static member GetFontFolders : unit -> string[]
Return Value
Type:
Stringarray containing folder names
See Also