:: 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 |
The font weight is not specified/known.
|
THIN |
specifies a 50% font weight.
|
ULTRALIGHT |
specifies a 60% font weight.
|
LIGHT |
specifies a 75% font weight.
|
SEMILIGHT |
specifies a 90% font weight.
|
NORMAL |
specifies a normal font weight.
|
SEMIBOLD |
specifies a 110% font weight.
|
BOLD |
specifies a 150% font weight.
|
ULTRABOLD |
specifies a 175% font weight.
|
BLACK |
specifies a 200% font weight.
|
Constants' Details |
DONTKNOW
const float DONTKNOW = 0.000000;
- Description
- The font weight is not specified/known.
|
|
THIN
const float THIN = 50.000000;
- Description
- specifies a 50% font weight.
|
|
ULTRALIGHT
const float ULTRALIGHT = 60.000000;
- Description
- specifies a 60% font weight.
|
|
LIGHT
const float LIGHT = 75.000000;
- Description
- specifies a 75% font weight.
|
|
SEMILIGHT
const float SEMILIGHT = 90.000000;
- Description
- specifies a 90% font weight.
|
|
NORMAL
const float NORMAL = 100.000000;
- Description
- specifies a normal font weight.
|
|
SEMIBOLD
const float SEMIBOLD = 110.000000;
- Description
- specifies a 110% font weight.
|
|
BOLD
const float BOLD = 150.000000;
- Description
- specifies a 150% font weight.
|
|
ULTRABOLD
const float ULTRABOLD = 175.000000;
- Description
- specifies a 175% font weight.
|
|
BLACK
const float BLACK = 200.000000;
- Description
- specifies a 200% font weight.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.