font property

font property

Gets the font of comment.

Example


font = comment1.font
font.size = 12

Definition:

@property
def font(self):
    ...

See Also