xref: /aoo41x/main/scp2/source/ooo/file_font_ooo.scp (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir*
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "macros.inc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir// OpenSymbol
31*cdf0e10cSrcweir
32*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_Opensymb, opens___.ttf, OpenSymbol)
33*cdf0e10cSrcweir
34*cdf0e10cSrcweir// DejaVu fonts
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir// DejaVuSans Proportional
37*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
38*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans, DejaVuSans.ttf, DejaVu Sans)
39*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans_Bold, DejaVuSans-Bold.ttf, DejaVu Sans Bold)
40*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans_Oblique, DejaVuSans-Oblique.ttf, DejaVu Sans Oblique)
41*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans_BoldOblique, DejaVuSans-BoldOblique.ttf, DejaVu Sans Bold Oblique)
42*cdf0e10cSrcweir#endif
43*cdf0e10cSrcweir
44*cdf0e10cSrcweir// DejaVuSans ExtraLight
45*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
46*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansExtraLight, DejaVuSans-ExtraLight.ttf, DejaVu Sans ExtraLight)
47*cdf0e10cSrcweir#endif
48*cdf0e10cSrcweir
49*cdf0e10cSrcweir// DejaVuSans Condensed
50*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
51*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed, DejaVuSansCondensed.ttf, DejaVu Sans Condensed)
52*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_Bold, DejaVuSansCondensed-Bold.ttf, DejaVu Sans Condensed Bold)
53*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_Oblique, DejaVuSansCondensed-Oblique.ttf, DejaVu Sans Condensed Oblique)
54*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_BoldOblique, DejaVuSansCondensed-BoldOblique.ttf, DejaVu Sans Condensed Bold Oblique)
55*cdf0e10cSrcweir#endif
56*cdf0e10cSrcweir
57*cdf0e10cSrcweir// DejaVuSans Mono
58*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
59*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono, DejaVuSansMono.ttf, DejaVu Sans Mono)
60*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_Bold, DejaVuSansMono-Bold.ttf, DejaVu Sans Mono Bold)
61*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_Oblique, DejaVuSansMono-Oblique.ttf, DejaVu Sans Mono Oblique)
62*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_BoldOblique, DejaVuSansMono-BoldOblique.ttf, DejaVu Sans Mono Bold Oblique)
63*cdf0e10cSrcweir#endif
64*cdf0e10cSrcweir
65*cdf0e10cSrcweir// DejaVuSerif Proportional
66*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
67*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif, DejaVuSerif.ttf, DejaVu Serif)
68*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_Bold, DejaVuSerif-Bold.ttf, DejaVu Serif Bold)
69*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_Italic, DejaVuSerif-Italic.ttf, DejaVu Serif Italic)
70*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_BoldItalic, DejaVuSerif-BoldItalic.ttf, DejaVu Serif Bold Italic)
71*cdf0e10cSrcweir#endif
72*cdf0e10cSrcweir
73*cdf0e10cSrcweir// DejaVuSerif Condensed
74*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
75*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed, DejaVuSerifCondensed.ttf, DejaVu Serif Condensed)
76*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_Bold, DejaVuSerifCondensed-Bold.ttf, DejaVu Serif Condensed Bold)
77*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_Italic, DejaVuSerifCondensed-Italic.ttf, DejaVu Serif Condensed Italic)
78*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_BoldItalic, DejaVuSerifCondensed-BoldItalic.ttf, DejaVu Serif Condensed Bold Italic)
79*cdf0e10cSrcweir#endif
80*cdf0e10cSrcweir
81*cdf0e10cSrcweir
82*cdf0e10cSrcweir// Liberation fonts
83*cdf0e10cSrcweir
84*cdf0e10cSrcweir// Liberation Sans Narrow
85*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
86*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LibSansNarrow_Regular, LiberationSansNarrow-Regular.ttf, Liberation Sans Narrow Regular)
87*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LibSansNarrow_Bold, LiberationSansNarrow-Bold.ttf, Liberation Sans Narrow Bold)
88*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LibSansNarrow_Italic, LiberationSansNarrow-Italic.ttf, Liberation Sans Narrow Italic)
89*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LibSansNarrow_BoldItalic, LiberationSansNarrow-BoldItalic.ttf, Liberation Sans Narrow Bold Italic)
90*cdf0e10cSrcweir#endif
91*cdf0e10cSrcweir
92*cdf0e10cSrcweir// Liberation Mono
93*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
94*cdf0e10cSrcweir#ifndef WNT
95*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationMono_Regular, LiberationMono-Regular.ttf, Liberation Mono Regular)
96*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationMono_Bold, LiberationMono-Bold.ttf, Liberation Mono Bold)
97*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationMono_Italic, LiberationMono-Italic.ttf, Liberation Mono Italic)
98*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationMono_BoldItalic, LiberationMono-BoldItalic.ttf, Liberation Mono Bold Italic)
99*cdf0e10cSrcweir#endif
100*cdf0e10cSrcweir#endif
101*cdf0e10cSrcweir
102*cdf0e10cSrcweir// Liberation Sans
103*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
104*cdf0e10cSrcweir#ifndef WNT
105*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSans_Regular, LiberationSans-Regular.ttf, Liberation Sans Regular)
106*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSans_Italic, LiberationSans-Italic.ttf, Liberation Sans Italic)
107*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSans_Bold, LiberationSans-Bold.ttf, Liberation Serif Bold)
108*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSans_BoldItalic, LiberationSans-BoldItalic.ttf, Liberation Sans Bold Italic)
109*cdf0e10cSrcweir#endif
110*cdf0e10cSrcweir#endif
111*cdf0e10cSrcweir
112*cdf0e10cSrcweir// Liberation Serif
113*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
114*cdf0e10cSrcweir#ifndef WNT
115*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSerif_Regular, LiberationSerif-Regular.ttf, Liberation Serif Regular)
116*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSerif_Bold, LiberationSerif-Bold.ttf, Liberation Serif Bold)
117*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSerif_Italic, LiberationSerif-Italic.ttf, Liberation Serif Italic)
118*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_LiberationSerif_BoldItalic, LiberationSerif-BoldItalic.ttf, Liberation Serif Bold Italic)
119*cdf0e10cSrcweir#endif
120*cdf0e10cSrcweir#endif
121*cdf0e10cSrcweir
122*cdf0e10cSrcweir// Gentium fonts
123*cdf0e10cSrcweir
124*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
125*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBasicRegular, GenBasR.ttf, Gentium Basic)
126*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBold, GenBasB.ttf, Gentium Basic Bold)
127*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBasicItalic, GenBasI.ttf, Gentium Basic Bold)
128*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBoldItalic, GenBasBI.ttf, Gentium Basic Bold Italic)
129*cdf0e10cSrcweir#endif
130*cdf0e10cSrcweir
131*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
132*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicRegular, GenBkBasR.ttf, Gentium Book Basic)
133*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBold, GenBkBasB.ttf, Gentium Book Basic Bold)
134*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicItalic, GenBkBasI.ttf, Gentium Book Basic Bold)
135*cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBoldItalic, GenBkBasBI.ttf, Gentium Book Basic Bold Italic)
136*cdf0e10cSrcweir#endif
137*cdf0e10cSrcweir
138*cdf0e10cSrcweir// fontconfig updates to allow proper use of local fonts
139*cdf0e10cSrcweir
140*cdf0e10cSrcweir#ifdef UNX
141*cdf0e10cSrcweir#ifndef WITHOUT_FONTS
142*cdf0e10cSrcweirFile gid_File_FcLocal_Conf
143*cdf0e10cSrcweir    Dir = gid_Dir_Fonts_Truetype;
144*cdf0e10cSrcweir    USER_FILE_BODY;
145*cdf0e10cSrcweir//  Styles = ();
146*cdf0e10cSrcweir    Name = "fc_local.conf";
147*cdf0e10cSrcweirEnd
148*cdf0e10cSrcweir#endif
149*cdf0e10cSrcweir#endif
150*cdf0e10cSrcweir
151