Top   Module   Use   Manual   Index 

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

const float DONTKNOW = = 0.000000;
const float THIN = = 50.000000;
const float ULTRALIGHT = = 60.000000;
const float LIGHT = = 75.000000;
const float SEMILIGHT = = 90.000000;
const float NORMAL = = 100.000000;
const float SEMIBOLD = = 110.000000;
const float BOLD = = 150.000000;
const float ULTRABOLD = = 175.000000;
const float BLACK = = 200.000000;
Top of Page