![]() |
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Classes | |
class | DocumentArray |
Functions | |
Module Methods | |
Methods that can be called on the module. | |
None | AddFontPath (str directory, bool includeSubfolders=false) |
None | RemoveFontPath (str directory, bool includeSubfolders=false) |
The Editor Python Script Engine global features.
None AddFontPath | ( | str | directory, |
bool | includeSubfolders = false |
||
) |
Adds a path where font files may be found.
Generally used by projects to add project specific fonts.
directory | name of a directory containing font files. |
includeSubfolders | set to true to search all subfolders, false to search only the given folder |
None RemoveFontPath | ( | str | directory, |
bool | includeSubfolders = false |
||
) |
Removes a path where font files may be found and prevent further searches in there.
directory | name of a directory to remove from the search list. |
includeSubfolders | set to remove all subfolders that were added during AddFontPath |