1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: salfontutils.hxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #ifndef _SV_SALFONTUTILS_HXX
33 #define _SV_SALFONTUTILS_HXX
35 #include "vcl/outfont.hxx"
37 static const char *kFontWeightThin1
= "Thin";
38 static const char *kFontWeightThin2
= "thin";
40 static const char *kFontWeightLight1
= "Light";
41 static const char *kFontWeightLight2
= "light";
43 static const char *kFontWeightBold1
= "Bold";
44 static const char *kFontWeightBold2
= "bold";
46 static const char *kFontWeightUltra1
= "Ultra";
47 static const char *kFontWeightUltra2
= "ultra";
49 static const char *kFontWeightSemi1
= "Semi";
50 static const char *kFontWeightSemi2
= "semi";
52 static const char *kFontWeightNormal1
= "Normal";
53 static const char *kFontWeightNormal2
= "normal";
55 static const char *kFontWeightMedium1
= "Medium";
56 static const char *kFontWeightMedium2
= "medium";
58 static const char *kFontWeightBlack1
= "Black";
59 static const char *kFontWeightBlack2
= "black";
61 static const char *kFontWeightRoman1
= "Roman";
62 static const char *kFontWeightRoman2
= "roman";
64 static const char *kFontWeightRegular1
= "Regular";
65 static const char *kFontWeightRegular2
= "regular";
68 #endif // _SV_SALFONTUTILS_HXX