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

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
DONTKNOW
THIN
ULTRALIGHT
LIGHT
SEMILIGHT
NORMAL
SEMIBOLD
BOLD
ULTRABOLD
BLACK
Constants' Details
DONTKNOW
const float DONTKNOW = 0.000000;
THIN
const float THIN = 50.000000;
ULTRALIGHT
const float ULTRALIGHT = 60.000000;
LIGHT
const float LIGHT = 75.000000;
SEMILIGHT
const float SEMILIGHT = 90.000000;
NORMAL
const float NORMAL = 100.000000;
SEMIBOLD
const float SEMIBOLD = 110.000000;
BOLD
const float BOLD = 150.000000;
ULTRABOLD
const float ULTRABOLD = 175.000000;
BLACK
const float BLACK = 200.000000;
Top of Page