Kanzi  3.9.8
Kanzi Engine Java API
FontWeight Enum Reference

Font weight options. More...

Inheritance diagram for FontWeight:
[legend]

Public Member Functions

 FontWeight (int mValue)
 
 FontWeight (FontWeight enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static FontWeight swigToEnum (int swigValue)
 
static FontWeight toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 Black =(8)
 Specifies the font weight Black.
 
 Bold =(6)
 Specifies the font weight Bold.
 
 ExtraBold =(7)
 Specifies the font weight ExtraBold.
 
 ExtraLight =(1)
 Specifies the font weight ExtraLight.
 
 Light =(2)
 Specifies the font weight Light.
 
 Medium =(4)
 Specifies the font weight Medium.
 
 Normal =(3)
 Specifies the font weight Normal.
 
 SemiBold =(5)
 Specifies the font weight SemiBold.
 
 Thin =(0)
 Specifies the font weight Thin.
 

Detailed Description

Font weight options.


Since
Kanzi 3.8.0

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static FontWeight toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.