Public Member Functions | |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
bool | __ne__ (self, typing.Any other) |
str | __repr__ (self) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | Bold .ClassVar[SystemPath.SystemFontType] |
typing | BoldItalic .ClassVar[SystemPath.SystemFontType] |
typing | Count .ClassVar[SystemPath.SystemFontType] |
typing | Italic .ClassVar[SystemPath.SystemFontType] |
typing | Regular .ClassVar[SystemPath.SystemFontType] |
Members: Regular Bold Italic BoldItalic Count
None mrmeshpy.SystemPath.SystemFontType.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.SystemPath.SystemFontType.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.SystemPath.SystemFontType.__getstate__ | ( | self | ) |
int mrmeshpy.SystemPath.SystemFontType.__hash__ | ( | self | ) |
int mrmeshpy.SystemPath.SystemFontType.__index__ | ( | self | ) |
int mrmeshpy.SystemPath.SystemFontType.__int__ | ( | self | ) |
bool mrmeshpy.SystemPath.SystemFontType.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.SystemPath.SystemFontType.__repr__ | ( | self | ) |
None mrmeshpy.SystemPath.SystemFontType.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.SystemPath.SystemFontType.__str__ | ( | self | ) |
str mrmeshpy.SystemPath.SystemFontType.name | ( | self | ) |
int mrmeshpy.SystemPath.SystemFontType.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |