original_file_size property

FontSavingArgs.original_file_size property

Gets the original font file size.

@property
def original_file_size(self) -> int:
    ...

Remarks

This property contains the original file size of the current font if it is known. Otherwise it can be zero.

See Also