Font style options. More...
Public Member Functions | |
| FontStyle (FontStyle enum_) | |
| Constructs a copy of a FontStyle object. | |
| FontStyle (int value) | |
| Constructs a FontStyle of an integer value. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static FontStyle | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static FontStyle | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| Italic =(1) | |
| Specifies italic font style. | |
| Normal =(0) | |
| Specifies normal font style. | |
Font style options.
Constructs a FontStyle of an integer value.
| value | Integer value to convert to enumeration constant. |
Constructs a copy of a FontStyle object.
| enum_ | FontStyle to be copy constructed. |
| int getValue | ( | ) |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.