Go to the source code of this file.
|
| enum | AGSFontDecoration { AGSFontDecorationLineThrough = 0,
AGSFontDecorationNone = 1,
AGSFontDecorationUnderline = 2
} |
| |
| enum | AGSFontStyle { AGSFontStyleItalic = 0,
AGSFontStyleNormal = 1,
AGSFontStyleOblique = 2
} |
| |
| enum | AGSFontWeight { AGSFontWeightBold = 0,
AGSFontWeightNormal = 1
} |
| |
| enum | AGSHorizontalAlignment { AGSHorizontalAlignmentCenter = 0,
AGSHorizontalAlignmentJustify = 1,
AGSHorizontalAlignmentLeft = 2,
AGSHorizontalAlignmentRight = 3
} |
| |
| enum | AGSVerticalAlignment { AGSVerticalAlignmentBaseline = 0,
AGSVerticalAlignmentBottom = 1,
AGSVerticalAlignmentMiddle = 2,
AGSVerticalAlignmentTop = 3
} |
| |
§ AGSFontDecoration
The list of possible font decorations.
- Since
- 100
| Enumerator |
|---|
| AGSFontDecorationLineThrough | A line is drawn through the text.
|
| AGSFontDecorationNone | No decoration is made to the text.
|
| AGSFontDecorationUnderline | The text is underlined.
|
§ AGSFontStyle
The list of possible font styles.
- Since
- 100
| Enumerator |
|---|
| AGSFontStyleItalic | The text is italicized.
|
| AGSFontStyleNormal | No alteration is made to the text.
|
| AGSFontStyleOblique | The text is obliqued.
|
§ AGSFontWeight
The list of possible font weights.
- Since
- 100
| Enumerator |
|---|
| AGSFontWeightBold | The text is made bold.
|
| AGSFontWeightNormal | No alteration is made to the text.
|
§ AGSHorizontalAlignment
The list of possible horizontal alignments.
- Since
- 100
| Enumerator |
|---|
| AGSHorizontalAlignmentCenter | The text is center aligned.
|
| AGSHorizontalAlignmentJustify | The text is justified.
|
| AGSHorizontalAlignmentLeft | The text is left aligned.
|
| AGSHorizontalAlignmentRight | The text is right aligned.
|
§ AGSVerticalAlignment
The list of possible vertical alignments.
- Since
- 100
| Enumerator |
|---|
| AGSVerticalAlignmentBaseline | Baseline alignment.
|
| AGSVerticalAlignmentBottom | The text is bottom aligned.
|
| AGSVerticalAlignmentMiddle | The text is middle aligned.
|
| AGSVerticalAlignmentTop | The text is top aligned.
|