name property

name property

Gets or sets the name of the Font.

Remarks

If this property is used to set the name of the font, the Font.scheme_type will be updated to FontSchemeType.NONE

Definition:

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

See Also