font_family_name property

font_family_name property

Gets or sets the Font family name to display the labels. Default value is “Arial”.

Definition:

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

See Also