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 31cdf0e10cSrcweir 32cdf0e10cSrcweir// DejaVuSans Proportional 33cdf0e10cSrcweir#ifndef WITHOUT_FONTS 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#endif 39cdf0e10cSrcweir 40cdf0e10cSrcweir// DejaVuSans ExtraLight 41cdf0e10cSrcweir#ifndef WITHOUT_FONTS 42cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansExtraLight, DejaVuSans-ExtraLight.ttf, DejaVu Sans ExtraLight) 43cdf0e10cSrcweir#endif 44cdf0e10cSrcweir 45cdf0e10cSrcweir// DejaVuSans Condensed 46cdf0e10cSrcweir#ifndef WITHOUT_FONTS 47cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed, DejaVuSansCondensed.ttf, DejaVu Sans Condensed) 48cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_Bold, DejaVuSansCondensed-Bold.ttf, DejaVu Sans Condensed Bold) 49cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_Oblique, DejaVuSansCondensed-Oblique.ttf, DejaVu Sans Condensed Oblique) 50cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansCondensed_BoldOblique, DejaVuSansCondensed-BoldOblique.ttf, DejaVu Sans Condensed Bold Oblique) 51cdf0e10cSrcweir#endif 52cdf0e10cSrcweir 53cdf0e10cSrcweir// DejaVuSans Mono 54cdf0e10cSrcweir#ifndef WITHOUT_FONTS 55cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono, DejaVuSansMono.ttf, DejaVu Sans Mono) 56cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_Bold, DejaVuSansMono-Bold.ttf, DejaVu Sans Mono Bold) 57cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_Oblique, DejaVuSansMono-Oblique.ttf, DejaVu Sans Mono Oblique) 58cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSansMono_BoldOblique, DejaVuSansMono-BoldOblique.ttf, DejaVu Sans Mono Bold Oblique) 59cdf0e10cSrcweir#endif 60cdf0e10cSrcweir 61cdf0e10cSrcweir// DejaVuSerif Proportional 62cdf0e10cSrcweir#ifndef WITHOUT_FONTS 63cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif, DejaVuSerif.ttf, DejaVu Serif) 64cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_Bold, DejaVuSerif-Bold.ttf, DejaVu Serif Bold) 65cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_Italic, DejaVuSerif-Italic.ttf, DejaVu Serif Italic) 66cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerif_BoldItalic, DejaVuSerif-BoldItalic.ttf, DejaVu Serif Bold Italic) 67cdf0e10cSrcweir#endif 68cdf0e10cSrcweir 69cdf0e10cSrcweir// DejaVuSerif Condensed 70cdf0e10cSrcweir#ifndef WITHOUT_FONTS 71cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed, DejaVuSerifCondensed.ttf, DejaVu Serif Condensed) 72cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_Bold, DejaVuSerifCondensed-Bold.ttf, DejaVu Serif Condensed Bold) 73cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_Italic, DejaVuSerifCondensed-Italic.ttf, DejaVu Serif Condensed Italic) 74cdf0e10cSrcweirSTD_FONT_FILE( gid_File_Fnt_DejaVuSerifCondensed_BoldItalic, DejaVuSerifCondensed-BoldItalic.ttf, DejaVu Serif Condensed Bold Italic) 75cdf0e10cSrcweir#endif 76cdf0e10cSrcweir 77c3a9c26aSPedro Giffuni// Google ChromeOS fonts 78c3a9c26aSPedro Giffuni 79c3a9c26aSPedro Giffuni// Arimo 80c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 81c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Regular, Arimo-Regular.ttf, Arimo Regular) 82c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Bold, Arimo-Bold.ttf, Arimo Bold) 83c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Italic, Arimo-Italic.ttf, Arimo Italic) 84c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_BoldItalic, Arimo-BoldItalic.ttf, Arimo Bold Italic) 85c3a9c26aSPedro Giffuni#endif 86c3a9c26aSPedro Giffuni 87c3a9c26aSPedro Giffuni// Cousine 88c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 89c3a9c26aSPedro Giffuni#ifndef WNT 90b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Regular, Cousine-Regular.ttf, Cousine Regular) 91b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Bold, Cousine-Bold.ttf, Cousine Bold) 92b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Italic, Cousine-Italic.ttf, Cousine Italic) 93b56159e7SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_BoldItalic, Cousine-BoldItalic.ttf, Cousine Bold Italic) 94c3a9c26aSPedro Giffuni#endif 95c3a9c26aSPedro Giffuni#endif 96c3a9c26aSPedro Giffuni 97*f851ba82SPedro Giffuni// Tinos 98c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 99c3a9c26aSPedro Giffuni#ifndef WNT 100*f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Regular, Tinos-Regular.ttf, Tinos Regular) 101*f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Bold, Tinos-Bold.ttf, Tinos Bold) 102*f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_Italic, Tinos-Italic.ttf, Tinos Italic) 103*f851ba82SPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Tinos_BoldItalic, Tinos-BoldItalic.ttf, Tinos Bold Italic) 104c3a9c26aSPedro Giffuni#endif 105c3a9c26aSPedro Giffuni#endif 106c3a9c26aSPedro Giffuni 107c3a9c26aSPedro Giffuni// Symbol Neu 108c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 109c3a9c26aSPedro Giffuni#ifndef WNT 110c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_SymbolNeu, SymbolNeu.ttf, Symbol Neu) 111c3a9c26aSPedro Giffuni#endif 112c3a9c26aSPedro Giffuni#endif 113c3a9c26aSPedro Giffuni 114c3a9c26aSPedro Giffuni 11578d42addSPedro Giffuni// Gentium fonts 116cdf0e10cSrcweir 11778d42addSPedro Giffuni#ifndef WITHOUT_FONTS 11878d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicRegular, GenBasR.ttf, Gentium Basic) 11978d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBold, GenBasB.ttf, Gentium Basic Bold) 12078d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicItalic, GenBasI.ttf, Gentium Basic Bold) 12178d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBoldItalic, GenBasBI.ttf, Gentium Basic Bold Italic) 12278d42addSPedro Giffuni#endif 12378d42addSPedro Giffuni 12478d42addSPedro Giffuni#ifndef WITHOUT_FONTS 12578d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicRegular, GenBkBasR.ttf, Gentium Book Basic) 12678d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBold, GenBkBasB.ttf, Gentium Book Basic Bold) 12778d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicItalic, GenBkBasI.ttf, Gentium Book Basic Bold) 12878d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBoldItalic, GenBkBasBI.ttf, Gentium Book Basic Bold Italic) 12978d42addSPedro Giffuni#endif 130cdf0e10cSrcweir 131cdf0e10cSrcweir// fontconfig updates to allow proper use of local fonts 132cdf0e10cSrcweir 133cdf0e10cSrcweir#ifdef UNX 134cdf0e10cSrcweir#ifndef WITHOUT_FONTS 135cdf0e10cSrcweirFile gid_File_FcLocal_Conf 136cdf0e10cSrcweir Dir = gid_Dir_Fonts_Truetype; 137cdf0e10cSrcweir USER_FILE_BODY; 138cdf0e10cSrcweir// Styles = (); 139cdf0e10cSrcweir Name = "fc_local.conf"; 140cdf0e10cSrcweirEnd 141cdf0e10cSrcweir#endif 142cdf0e10cSrcweir#endif 143cdf0e10cSrcweir 144