Top   Module   Use   Manual   Index 

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

enum FontSlant


Description
used to specify the slant of a font.


Values

NONE
Description
specifies a font without slant.
OBLIQUE
Description
specifies an oblique font (slant not designed into the font).
ITALIC
Description
specifies an italic font (slant designed into the font).
DONTKNOW
Description
specifies that the slant is unknown.
REVERSE_OBLIQUE
Description
specifies an reverse oblique font (slant not designed into the font).
REVERSE_ITALIC
Description
specifies an reverse italic font (slant designed into the font).
Top of Page