TextStyles Enumerator
Description
Defines the various text style formatting options that can be applied to text. These are bitwise values to they can be combined.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
TextStyleBold | 1 | Specifies that the text has bold text style. |
TextStyleItalic | 2 | Specifies that the text has italic text style. |
TextStyleUnderline | 4 | Specifies that the text has underline text style. Not currently supported. |