constants group FontWidth in module com::sun::star::awt::

(Global Index)

Syntax

constants group FontWidth;

Description

These values are used to specify the width of the characters of a font.

They may be expanded in future versions.

Constants Summary

DONTKNOW The width of the font is not specified/known.

ULTRACONDENSED The width of the font is condensed to 50%.

EXTRACONDENSED The width of the font is condensed to 60%.

CONDENSED The width of the font is condensed to 75%.

SEMICONDENSED The width of the font is condensed to 90%.

NORMAL The width of the font is normal.

SEMIEXPANDED The width of the font is expanded to 110%.

EXPANDED The width of the font is expanded to 150%.

EXTRAEXPANDED The width of the font is expanded to 175%.

ULTRAEXPANDED The width of the font is expanded to 200%.

Field Details



DONTKNOW

Syntax

const float  DONTKNOW = 0.000000;

Description

The width of the font is not specified/known.


ULTRACONDENSED

Syntax

const float  ULTRACONDENSED = 50.000000;

Description

The width of the font is condensed to 50%.


EXTRACONDENSED

Syntax

const float  EXTRACONDENSED = 60.000000;

Description

The width of the font is condensed to 60%.


CONDENSED

Syntax

const float  CONDENSED = 75.000000;

Description

The width of the font is condensed to 75%.


SEMICONDENSED

Syntax

const float  SEMICONDENSED = 90.000000;

Description

The width of the font is condensed to 90%.


NORMAL

Syntax

const float  NORMAL = 100.000000;

Description

The width of the font is normal.


SEMIEXPANDED

Syntax

const float  SEMIEXPANDED = 110.000000;

Description

The width of the font is expanded to 110%.


EXPANDED

Syntax

const float  EXPANDED = 150.000000;

Description

The width of the font is expanded to 150%.


EXTRAEXPANDED

Syntax

const float  EXTRAEXPANDED = 175.000000;

Description

The width of the font is expanded to 175%.


ULTRAEXPANDED

Syntax

const float  ULTRAEXPANDED = 200.000000;

Description

The width of the font is expanded to 200%.

Top of Page