xref: /aoo41x/main/scp2/source/ooo/file_font_ooo.scp (revision 3c6578e9)
1022bd5b4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3022bd5b4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4022bd5b4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5022bd5b4SAndrew Rist * distributed with this work for additional information
6022bd5b4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7022bd5b4SAndrew Rist * to you under the Apache License, Version 2.0 (the
8022bd5b4SAndrew Rist * "License"); you may not use this file except in compliance
9022bd5b4SAndrew Rist * with the License.  You may obtain a copy of the License at
10022bd5b4SAndrew Rist *
11022bd5b4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12022bd5b4SAndrew Rist *
13022bd5b4SAndrew Rist * Unless required by applicable law or agreed to in writing,
14022bd5b4SAndrew Rist * software distributed under the License is distributed on an
15022bd5b4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16022bd5b4SAndrew Rist * KIND, either express or implied.  See the License for the
17022bd5b4SAndrew Rist * specific language governing permissions and limitations
18022bd5b4SAndrew Rist * under the License.
19022bd5b4SAndrew Rist *
20022bd5b4SAndrew Rist *************************************************************/
21022bd5b4SAndrew Rist
22022bd5b4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "macros.inc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir// OpenSymbol
27cdf0e10cSrcweir
28cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_Opensymb, opens___.ttf, OpenSymbol)
29cdf0e10cSrcweir
30cdf0e10cSrcweir// DejaVu fonts
31*3c6578e9SAndre Fischer#ifdef WITH_CATA_FONTS
32cdf0e10cSrcweir
33cdf0e10cSrcweir// DejaVuSans Proportional
34cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans, DejaVuSans.ttf, DejaVu Sans)
35cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans_Bold, DejaVuSans-Bold.ttf, DejaVu Sans Bold)
36cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans_Oblique, DejaVuSans-Oblique.ttf, DejaVu Sans Oblique)
37cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSans_BoldOblique, DejaVuSans-BoldOblique.ttf, DejaVu Sans Bold Oblique)
38cdf0e10cSrcweir
39cdf0e10cSrcweir// DejaVuSans ExtraLight
40cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansExtraLight, DejaVuSans-ExtraLight.ttf, DejaVu Sans ExtraLight)
41cdf0e10cSrcweir
42cdf0e10cSrcweir// DejaVuSans Condensed
43cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed, DejaVuSansCondensed.ttf, DejaVu Sans Condensed)
44cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_Bold, DejaVuSansCondensed-Bold.ttf, DejaVu Sans Condensed Bold)
45cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_Oblique, DejaVuSansCondensed-Oblique.ttf, DejaVu Sans Condensed Oblique)
46cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_BoldOblique, DejaVuSansCondensed-BoldOblique.ttf, DejaVu Sans Condensed Bold Oblique)
47cdf0e10cSrcweir
48cdf0e10cSrcweir// DejaVuSans Mono
49cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono, DejaVuSansMono.ttf, DejaVu Sans Mono)
50cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_Bold, DejaVuSansMono-Bold.ttf, DejaVu Sans Mono Bold)
51cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_Oblique, DejaVuSansMono-Oblique.ttf, DejaVu Sans Mono Oblique)
52cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_BoldOblique, DejaVuSansMono-BoldOblique.ttf, DejaVu Sans Mono Bold Oblique)
53cdf0e10cSrcweir
54cdf0e10cSrcweir// DejaVuSerif Proportional
55cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif, DejaVuSerif.ttf, DejaVu Serif)
56cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_Bold, DejaVuSerif-Bold.ttf, DejaVu Serif Bold)
57cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_Italic, DejaVuSerif-Italic.ttf, DejaVu Serif Italic)
58cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_BoldItalic, DejaVuSerif-BoldItalic.ttf, DejaVu Serif Bold Italic)
59cdf0e10cSrcweir
60cdf0e10cSrcweir// DejaVuSerif Condensed
61cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed, DejaVuSerifCondensed.ttf, DejaVu Serif Condensed)
62cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_Bold, DejaVuSerifCondensed-Bold.ttf, DejaVu Serif Condensed Bold)
63cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_Italic, DejaVuSerifCondensed-Italic.ttf, DejaVu Serif Condensed Italic)
64cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_BoldItalic, DejaVuSerifCondensed-BoldItalic.ttf, DejaVu Serif Condensed Bold Italic)
65*3c6578e9SAndre Fischer#endif // WITH_CATA_FONTS
66*3c6578e9SAndre Fischer
67cdf0e10cSrcweir
68c3a9c26aSPedro Giffuni// Google ChromeOS fonts
69c3a9c26aSPedro Giffuni
70c3a9c26aSPedro Giffuni// Arimo
71*3c6578e9SAndre Fischer#ifdef WITH_CATB_FONTS
72*3c6578e9SAndre Fischer
73c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Regular, Arimo-Regular.ttf, Arimo Regular)
74c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Bold, Arimo-Bold.ttf, Arimo Bold)
75c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Italic, Arimo-Italic.ttf, Arimo Italic)
76c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_BoldItalic, Arimo-BoldItalic.ttf, Arimo Bold Italic)
77*3c6578e9SAndre Fischer
78*3c6578e9SAndre Fischer#ifdef UNX
79*3c6578e9SAndre FischerFile gid_File_FcLocal_Conf
80*3c6578e9SAndre Fischer    Dir = gid_Dir_Fonts_Truetype;
81*3c6578e9SAndre Fischer    USER_FILE_BODY;
82*3c6578e9SAndre Fischer//  Styles = ();
83*3c6578e9SAndre Fischer    Name = "fc_local.conf";
84*3c6578e9SAndre FischerEnd
85c3a9c26aSPedro Giffuni#endif
86c3a9c26aSPedro Giffuni
87*3c6578e9SAndre Fischer
88c3a9c26aSPedro Giffuni#ifndef WNT
89*3c6578e9SAndre Fischer
90*3c6578e9SAndre Fischer// Cousine
91b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Regular, Cousine-Regular.ttf, Cousine Regular)
92b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Bold, Cousine-Bold.ttf, Cousine Bold)
93b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Italic, Cousine-Italic.ttf, Cousine Italic)
94b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_BoldItalic, Cousine-BoldItalic.ttf, Cousine Bold Italic)
95c3a9c26aSPedro Giffuni
96f851ba82SPedro Giffuni// Tinos
97f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Regular, Tinos-Regular.ttf, Tinos Regular)
98f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Bold, Tinos-Bold.ttf, Tinos Bold)
99f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Italic, Tinos-Italic.ttf, Tinos Italic)
100f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_BoldItalic, Tinos-BoldItalic.ttf, Tinos Bold Italic)
101c3a9c26aSPedro Giffuni
102c3a9c26aSPedro Giffuni// Symbol Neu
103c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_SymbolNeu, SymbolNeu.ttf, Symbol Neu)
104*3c6578e9SAndre Fischer
105*3c6578e9SAndre Fischer#endif // WNT
106*3c6578e9SAndre Fischer
107*3c6578e9SAndre Fischer#endif // WITH_CATB_FONTS
108*3c6578e9SAndre Fischer
109c3a9c26aSPedro Giffuni
110c3a9c26aSPedro Giffuni
11178d42addSPedro Giffuni// Gentium fonts
112cdf0e10cSrcweir
113*3c6578e9SAndre Fischer#ifdef WITH_CATB_FONTS
114*3c6578e9SAndre Fischer
11578d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicRegular, GenBasR.ttf, Gentium Basic)
11678d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBold, GenBasB.ttf, Gentium Basic Bold)
11778d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicItalic, GenBasI.ttf, Gentium Basic Bold)
11878d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBoldItalic, GenBasBI.ttf, Gentium Basic Bold Italic)
11978d42addSPedro Giffuni
12078d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicRegular, GenBkBasR.ttf, Gentium Book Basic)
12178d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBold, GenBkBasB.ttf, Gentium Book Basic Bold)
12278d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicItalic, GenBkBasI.ttf, Gentium Book Basic Bold)
12378d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBoldItalic, GenBkBasBI.ttf, Gentium Book Basic Bold Italic)
124*3c6578e9SAndre Fischer
12578d42addSPedro Giffuni#endif
126cdf0e10cSrcweir
127cdf0e10cSrcweir// fontconfig updates to allow proper use of local fonts
128cdf0e10cSrcweir
129