font_folders property

font_folders property

Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

Definition:

@property
def font_folders(self):
    ...

@font_folders.setter
def font_folders(self, value):
    ...

See Also