UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IFont.FontStyleEnum Class Reference

This enumeration supports bitwise operation of member values. More...

Inheritance diagram for LabelMaker.Interfaces.IFont.FontStyleEnum:

Static Public Attributes

int NORMAL = 0
 
int BOLD = 1 << 0
 
int ITALIC = 1 << 1
 

Detailed Description

This enumeration supports bitwise operation of member values.

  • Normal: Default/normal text.
  • Bold: Bold text.
  • Italic: Italic text.

Member Data Documentation

◆ 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: