enum FontSlant in module com::sun::star::awt::

(Global Index)

Syntax

enum FontSlant;

Description

used to specify the slant of a font.

Values Summary

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

Syntax

NONE,

Description

specifies a font without slant.


OBLIQUE

Syntax

OBLIQUE,

Description

specifies an oblique font (slant not designed into the font).


ITALIC

Syntax

ITALIC,

Description

specifies an italic font (slant designed into the font).


DONTKNOW

Syntax

DONTKNOW,

Description

specifies that the slant is unknown.


REVERSE_OBLIQUE

Syntax

REVERSE_OBLIQUE,

Description

specifies an reverse oblique font (slant not designed into the font).


REVERSE_ITALIC

Syntax

REVERSE_ITALIC,

Description

specifies an reverse italic font (slant designed into the font).

Top of Page