default_font property

default_font property

Default font for Diagram document. The following font will be used if a font is missing.

Definition:

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

See Also