default_font property
default_font property
The default font for a Note document; it will be used if a font is missing.
Definition:
@property
def default_font(self):
...
@default_font.setter
def default_font(self, value):
...
See Also
- class
NoteLoadOptions