UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.Interfaces.IFont.FontStyleEnum类 参考

此枚举支持成员值的按位操作。 更多...

类 LabelMaker.Interfaces.IFont.FontStyleEnum 继承关系图:

静态 Public 属性

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

详细描述

此枚举支持成员值的按位操作。

  • Normal: 默认/普通文本。
  • Bold: 加粗文本。
  • Italic: 斜体文本。

类成员变量说明

◆ 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

该类的文档由以下文件生成: