default_font property

default_font property

The font used when rendering plain text content during conversion; since TXT files lack font information, this property specifies the display font for the text content (default: Arial 10pt).

Definition:

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

See Also