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

(Global Index)

Syntax

constants group FontWeight;

Description

These values are used to specify whether a font is thin or bold.

They may be expanded in future versions.

Constants Summary

DONTKNOW

THIN

ULTRALIGHT

LIGHT

SEMILIGHT

NORMAL

SEMIBOLD

BOLD

ULTRABOLD

BLACK

Field Details



DONTKNOW

Syntax

const float  DONTKNOW = 0.000000;

THIN

Syntax

const float  THIN = 50.000000;

ULTRALIGHT

Syntax

const float  ULTRALIGHT = 60.000000;

LIGHT

Syntax

const float  LIGHT = 75.000000;

SEMILIGHT

Syntax

const float  SEMILIGHT = 90.000000;

NORMAL

Syntax

const float  NORMAL = 100.000000;

SEMIBOLD

Syntax

const float  SEMIBOLD = 110.000000;

BOLD

Syntax

const float  BOLD = 150.000000;

ULTRABOLD

Syntax

const float  ULTRABOLD = 175.000000;

BLACK

Syntax

const float  BLACK = 200.000000;
Top of Page