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 77*c3a9c26aSPedro Giffuni// Google ChromeOS fonts 78*c3a9c26aSPedro Giffuni 79*c3a9c26aSPedro Giffuni// Arimo 80*c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 81*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Regular, Arimo-Regular.ttf, Arimo Regular) 82*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Bold, Arimo-Bold.ttf, Arimo Bold) 83*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_Italic, Arimo-Italic.ttf, Arimo Italic) 84*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Arimo_BoldItalic, Arimo-BoldItalic.ttf, Arimo Bold Italic) 85*c3a9c26aSPedro Giffuni#endif 86*c3a9c26aSPedro Giffuni 87*c3a9c26aSPedro Giffuni// Cousine 88*c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 89*c3a9c26aSPedro Giffuni#ifndef WNT 90*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Regular, Cousine-Regular.ttf, Liberation Mono Regular) 91*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Bold, Cousine-Bold.ttf, Liberation Mono Bold) 92*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_Italic, Cousine-Italic.ttf, Liberation Mono Italic) 93*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Cousine_BoldItalic, Cousine-BoldItalic.ttf, Liberation Mono Bold Italic) 94*c3a9c26aSPedro Giffuni#endif 95*c3a9c26aSPedro Giffuni#endif 96*c3a9c26aSPedro Giffuni 97*c3a9c26aSPedro Giffuni// Timos 98*c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 99*c3a9c26aSPedro Giffuni#ifndef WNT 100*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Timos_Regular, Timos-Regular.ttf, Liberation Serif Regular) 101*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Timos_Bold, Timos-Bold.ttf, Liberation Serif Bold) 102*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Timos_Italic, Timos-Italic.ttf, Liberation Serif Italic) 103*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_Timos_BoldItalic, Timos-BoldItalic.ttf, Liberation Serif Bold Italic) 104*c3a9c26aSPedro Giffuni#endif 105*c3a9c26aSPedro Giffuni#endif 106*c3a9c26aSPedro Giffuni 107*c3a9c26aSPedro Giffuni// Symbol Neu 108*c3a9c26aSPedro Giffuni#ifndef WITHOUT_FONTS 109*c3a9c26aSPedro Giffuni#ifndef WNT 110*c3a9c26aSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_SymbolNeu, SymbolNeu.ttf, Symbol Neu) 111*c3a9c26aSPedro Giffuni#endif 112*c3a9c26aSPedro Giffuni#endif 113*c3a9c26aSPedro Giffuni 114*c3a9c26aSPedro Giffuni 115*c3a9c26aSPedro Giffuni 116*c3a9c26aSPedro Giffuni 11778d42addSPedro Giffuni// Gentium fonts 118cdf0e10cSrcweir 11978d42addSPedro Giffuni#ifndef WITHOUT_FONTS 12078d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicRegular, GenBasR.ttf, Gentium Basic) 12178d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBold, GenBasB.ttf, Gentium Basic Bold) 12278d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicItalic, GenBasI.ttf, Gentium Basic Bold) 12378d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBoldItalic, GenBasBI.ttf, Gentium Basic Bold Italic) 12478d42addSPedro Giffuni#endif 12578d42addSPedro Giffuni 12678d42addSPedro Giffuni#ifndef WITHOUT_FONTS 12778d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicRegular, GenBkBasR.ttf, Gentium Book Basic) 12878d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBold, GenBkBasB.ttf, Gentium Book Basic Bold) 12978d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicItalic, GenBkBasI.ttf, Gentium Book Basic Bold) 13078d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBoldItalic, GenBkBasBI.ttf, Gentium Book Basic Bold Italic) 13178d42addSPedro Giffuni#endif 132cdf0e10cSrcweir 133cdf0e10cSrcweir// fontconfig updates to allow proper use of local fonts 134cdf0e10cSrcweir 135cdf0e10cSrcweir#ifdef UNX 136cdf0e10cSrcweir#ifndef WITHOUT_FONTS 137cdf0e10cSrcweirFile gid_File_FcLocal_Conf 138cdf0e10cSrcweir Dir = gid_Dir_Fonts_Truetype; 139cdf0e10cSrcweir USER_FILE_BODY; 140cdf0e10cSrcweir// Styles = (); 141cdf0e10cSrcweir Name = "fc_local.conf"; 142cdf0e10cSrcweirEnd 143cdf0e10cSrcweir#endif 144cdf0e10cSrcweir#endif 145cdf0e10cSrcweir 146