Face definition of a piece of text.
typedef enum FaceStyle {
FaceNormal=0,
FaceBold=1,
FaceItalic=2,
FaceUnderline=4,
FaceOutline=8,
FaceShadow=16
} FaceStyle;
| Enumerator Value | Meaning |
|---|---|
| FaceNormal=0 | The text will be normal. |
| FaceBold=1 | The text will be bold. |
| FaceItalic=2 | The text will be italic. |
| FaceUnderline=4 | The text will be underlined. |
| FaceOutline=8 | The text will be outlined. |
| FaceShadow=16 | The text will be shadowed. |
Requirements
- Version: API 10.0 or later, GSModeler Engine 8 or later
- Header: G2DProcs.h