This enumeration supports bitwise operation of member values.
More...
This enumeration supports bitwise operation of member values.
- Normal: Default/normal text.
- Bold: Bold text.
- Italic: Italic text.
◆ BOLD
int LabelMaker.Interfaces.IFont.FontStyleEnum.BOLD = 1 << 0 |
|
static |
◆ ITALIC
int LabelMaker.Interfaces.IFont.FontStyleEnum.ITALIC = 1 << 1 |
|
static |
◆ NORMAL
int LabelMaker.Interfaces.IFont.FontStyleEnum.NORMAL = 0 |
|
static |
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/LabelMaker/Interfaces/IFont.py