charset property

FontInfo.charset property

Gets or sets the character set for the font.

@property
def charset(self) -> int:
    ...

@charset.setter
def charset(self, value: int):
    ...

See Also