Python Script Engine  8.3
GL Studio Editor Python Script API
Editor.i File Reference

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)
 

Detailed Description

The Editor Python Script Engine global features.

Function Documentation

◆ AddFontPath()

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.

Parameters
directoryname of a directory containing font files.
includeSubfoldersset to true to search all subfolders, false to search only the given folder
Since
GL Studio 6.2.1

◆ RemoveFontPath()

None RemoveFontPath ( str  directory,
bool  includeSubfolders = false 
)

Removes a path where font files may be found and prevent further searches in there.

Parameters
directoryname of a directory to remove from the search list.
includeSubfoldersset to remove all subfolders that were added during AddFontPath
Since
GL Studio 6.2.1