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*78d42addSPedro Giffuni// Gentium fonts 78cdf0e10cSrcweir 79*78d42addSPedro Giffuni#ifndef WITHOUT_FONTS 80*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicRegular, GenBasR.ttf, Gentium Basic) 81*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBold, GenBasB.ttf, Gentium Basic Bold) 82*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicItalic, GenBasI.ttf, Gentium Basic Bold) 83*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBasicBoldItalic, GenBasBI.ttf, Gentium Basic Bold Italic) 84*78d42addSPedro Giffuni#endif 85*78d42addSPedro Giffuni 86*78d42addSPedro Giffuni#ifndef WITHOUT_FONTS 87*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicRegular, GenBkBasR.ttf, Gentium Book Basic) 88*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBold, GenBkBasB.ttf, Gentium Book Basic Bold) 89*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicItalic, GenBkBasI.ttf, Gentium Book Basic Bold) 90*78d42addSPedro GiffuniSTD_FONT_FILE( gid_File_Fnt_GentiumBookBasicBoldItalic, GenBkBasBI.ttf, Gentium Book Basic Bold Italic) 91*78d42addSPedro Giffuni#endif 92cdf0e10cSrcweir 93cdf0e10cSrcweir// fontconfig updates to allow proper use of local fonts 94cdf0e10cSrcweir 95cdf0e10cSrcweir#ifdef UNX 96cdf0e10cSrcweir#ifndef WITHOUT_FONTS 97cdf0e10cSrcweirFile gid_File_FcLocal_Conf 98cdf0e10cSrcweir Dir = gid_Dir_Fonts_Truetype; 99cdf0e10cSrcweir USER_FILE_BODY; 100cdf0e10cSrcweir// Styles = (); 101cdf0e10cSrcweir Name = "fc_local.conf"; 102cdf0e10cSrcweirEnd 103cdf0e10cSrcweir#endif 104cdf0e10cSrcweir#endif 105cdf0e10cSrcweir 106