alt_name property

FontInfo.alt_name property

Gets or sets the alternate name for the font.

@property
def alt_name(self) -> str:
    ...

@alt_name.setter
def alt_name(self, value: str):
    ...

Remarks

Cannot be None. Can be an empty string.

See Also