FolderFontSource constructor

FolderFontSource(folder_path, scan_subfolders)

Ctor.

def __init__(self, folder_path, scan_subfolders):
    ...
Parameter Type Description
folder_path str path to fonts folder
scan_subfolders bool Determines whether or not to scan subfolders.

See Also