font property

font property

Gets or sets the font. See ITrueTypeFont.

Definition:

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

See Also