xref: /aoo41x/main/scp2/source/ooo/file_font_ooo.scp (revision 7bc7a6c4)
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
313c6578e9SAndre 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)
653c6578e9SAndre Fischer
66cdf0e10cSrcweir
67c3a9c26aSPedro Giffuni// Google ChromeOS fonts
68c3a9c26aSPedro Giffuni
69b3eddd37SPedro Giffuni#ifndef WNT
703c6578e9SAndre Fischer
71a4286855SPedro Giffuni// Arimo
72c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Regular, Arimo-Regular.ttf, Arimo Regular)
73c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Bold, Arimo-Bold.ttf, Arimo Bold)
74c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Italic, Arimo-Italic.ttf, Arimo Italic)
75c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_BoldItalic, Arimo-BoldItalic.ttf, Arimo Bold Italic)
763c6578e9SAndre Fischer
773c6578e9SAndre Fischer// Cousine
78b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Regular, Cousine-Regular.ttf, Cousine Regular)
79b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Bold, Cousine-Bold.ttf, Cousine Bold)
80b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Italic, Cousine-Italic.ttf, Cousine Italic)
81b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_BoldItalic, Cousine-BoldItalic.ttf, Cousine Bold Italic)
82c3a9c26aSPedro Giffuni
83f851ba82SPedro Giffuni// Tinos
84f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Regular, Tinos-Regular.ttf, Tinos Regular)
85f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Bold, Tinos-Bold.ttf, Tinos Bold)
86f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Italic, Tinos-Italic.ttf, Tinos Italic)
87f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_BoldItalic, Tinos-BoldItalic.ttf, Tinos Bold Italic)
88c3a9c26aSPedro Giffuni
89b3eddd37SPedro Giffuni#endif // !WNT
903c6578e9SAndre Fischer
91b3eddd37SPedro Giffuni// Caladea
92b3eddd37SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Caladea_Regular, Caladea-Regular.ttf, Caladea Regular)
93b3eddd37SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Caladea_Bold, Caladea-Bold.ttf, Caladea Bold)
94b3eddd37SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Caladea_Italic, Caladea-Italic.ttf, Caladea Italic)
95b3eddd37SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Caladea_BoldItalic, Caladea-BoldItalic.ttf, Caladea Bold Italic)
963c6578e9SAndre Fischer
97*7bc7a6c4SDonLewisFreeBSD// fontconfig updates to allow proper use of local fonts
98*7bc7a6c4SDonLewisFreeBSD
99*7bc7a6c4SDonLewisFreeBSD#ifdef UNX
100*7bc7a6c4SDonLewisFreeBSDFile gid_File_FcLocal_Conf
101*7bc7a6c4SDonLewisFreeBSD    Dir = gid_Dir_Fonts_Truetype;
102*7bc7a6c4SDonLewisFreeBSD    USER_FILE_BODY;
103*7bc7a6c4SDonLewisFreeBSD//  Styles = ();
104*7bc7a6c4SDonLewisFreeBSD    Name = "fc_local.conf";
105*7bc7a6c4SDonLewisFreeBSDEnd
106*7bc7a6c4SDonLewisFreeBSD#endif
107*7bc7a6c4SDonLewisFreeBSD
108b3eddd37SPedro Giffuni#endif // WITH_CATA_FONTS
109b3eddd37SPedro Giffuni
110b3eddd37SPedro Giffuni
111d48af598SPedro Giffuni#ifdef WITH_CATB_FONTS
112b3eddd37SPedro Giffuni
113d48af598SPedro Giffuni// Carlito fonts
114c3a9c26aSPedro Giffuni
115d48af598SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Carlito_Regular, Carlito-Regular.ttf, Carlito Regular)
116d48af598SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Carlito_Bold, Carlito-Bold.ttf, Carlito Bold)
117d48af598SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Carlito_Italic, Carlito-Italic.ttf, Carlito Italic)
118d48af598SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Carlito_BoldItalic, Carlito-BoldItalic.ttf, Carlito Bold Italic)
119c3a9c26aSPedro Giffuni
120cdf0e10cSrcweir
121d48af598SPedro Giffuni// Gentium fonts
1223c6578e9SAndre Fischer
12378d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicRegular, GenBasR.ttf, Gentium Basic)
12478d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBold, GenBasB.ttf, Gentium Basic Bold)
12578d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicItalic, GenBasI.ttf, Gentium Basic Bold)
12678d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBoldItalic, GenBasBI.ttf, Gentium Basic Bold Italic)
12778d42addSPedro Giffuni
12878d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicRegular, GenBkBasR.ttf, Gentium Book Basic)
12978d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBold, GenBkBasB.ttf, Gentium Book Basic Bold)
13078d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicItalic, GenBkBasI.ttf, Gentium Book Basic Bold)
13178d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBoldItalic, GenBkBasBI.ttf, Gentium Book Basic Bold Italic)
1323c6578e9SAndre Fischer
133d48af598SPedro Giffuni#endif // WITH_CATB_FONTS
134d48af598SPedro Giffuni
135