FolderFontSource constructor

__init__(self, folder_path, scan_subfolders)

Ctor.


def __init__(self, folder_path, scan_subfolders):
    ...
ParameterTypeDescription
folder_pathSystem.Stringpath to fonts folder
scan_subfoldersboolDetermines whether or not to scan subfolders.

See Also