:: com :: sun :: star :: awt ::

enum FontSlant
Description
used to specify the slant of a font.

Values
NONE specifies a font without slant.  
OBLIQUE specifies an oblique font (slant not designed into the font).  
ITALIC specifies an italic font (slant designed into the font).  
DONTKNOW specifies a font with an unknown slant.  
REVERSE_OBLIQUE specifies a reverse oblique font (slant not designed into the font).  
REVERSE_ITALIC specifies a reverse italic font (slant designed into the font).  
Values' Details
NONE
NONE,
Description
specifies a font without slant.
OBLIQUE
OBLIQUE,
Description
specifies an oblique font (slant not designed into the font).
ITALIC
ITALIC,
Description
specifies an italic font (slant designed into the font).
DONTKNOW
DONTKNOW,
Description
specifies a font with an unknown slant.
REVERSE_OBLIQUE
REVERSE_OBLIQUE,
Description
specifies a reverse oblique font (slant not designed into the font).
REVERSE_ITALIC
REVERSE_ITALIC,
Description
specifies a reverse italic font (slant designed into the font).
Top of Page