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.
Field Details
|
|
Syntax
const float DONTKNOW = 0.000000;
Syntax
const float THIN = 50.000000;
Syntax
const float ULTRALIGHT = 60.000000;
Syntax
const float LIGHT = 75.000000;
Syntax
const float SEMILIGHT = 90.000000;
Syntax
const float NORMAL = 100.000000;
Syntax
const float SEMIBOLD = 110.000000;
Syntax
const float BOLD = 150.000000;
Syntax
const float ULTRABOLD = 175.000000;
Syntax
const float BLACK = 200.000000;
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.