:: 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 that the slant is unknown.
REVERSE_OBLIQUE specifies an reverse oblique font (slant not designed into the font).
REVERSE_ITALIC specifies an 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 that the slant is unknown.
REVERSE_OBLIQUE
REVERSE_OBLIQUE,
Description
specifies an reverse oblique font (slant not designed into the font).
REVERSE_ITALIC
REVERSE_ITALIC,
Description
specifies an reverse italic font (slant designed into the font).
Top of Page