Font style options.
More...
|
|
| FontStyle (int mValue) |
| |
|
| FontStyle (FontStyle enum_) |
| |
| int | getValue () |
| | Returns the integer value of the enumeration constant. More...
|
| |
|
final int | swigValue () |
| |
|
|
| Italic =(1) |
| | Specifies italic font style.
|
| |
|
| Normal =(0) |
| | Specifies normal font style.
|
| |
Font style options.
- Since
- Kanzi 3.8.0
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ toEnum()
Converts an integer value to the matching enumeration constant.
- Parameters
-
| value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.