is_export_needed property

FontSavingArgs.is_export_needed property

Allows to specify whether the current font will be exported as a font resource. Default is True.

@property
def is_export_needed(self) -> bool:
    ...

@is_export_needed.setter
def is_export_needed(self, value: bool):
    ...

See Also