font_family property

font_family property

The font family of the text field annotation.

Definition:

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

See Also