custom_font_folders property

custom_font_folders property

Sets the custom font folders. Pass null to reset to default folders.

Definition:

@property
def custom_font_folders(self):
    ...
@custom_font_folders.setter
def custom_font_folders(self, value):
    ...

See Also