1*022bd5b4SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*022bd5b4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*022bd5b4SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*022bd5b4SAndrew Rist * distributed with this work for additional information 6*022bd5b4SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*022bd5b4SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*022bd5b4SAndrew Rist * "License"); you may not use this file except in compliance 9*022bd5b4SAndrew Rist * with the License. You may obtain a copy of the License at 10*022bd5b4SAndrew Rist * 11*022bd5b4SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*022bd5b4SAndrew Rist * 13*022bd5b4SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*022bd5b4SAndrew Rist * software distributed under the License is distributed on an 15*022bd5b4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*022bd5b4SAndrew Rist * KIND, either express or implied. See the License for the 17*022bd5b4SAndrew Rist * specific language governing permissions and limitations 18*022bd5b4SAndrew Rist * under the License. 19*022bd5b4SAndrew Rist * 20*022bd5b4SAndrew Rist *************************************************************/ 21*022bd5b4SAndrew Rist 22*022bd5b4SAndrew 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 77cdf0e10cSrcweir 78cdf0e10cSrcweir 79cdf0e10cSrcweir// fontconfig updates to allow proper use of local fonts 80cdf0e10cSrcweir 81cdf0e10cSrcweir#ifdef UNX 82cdf0e10cSrcweir#ifndef WITHOUT_FONTS 83cdf0e10cSrcweirFile gid_File_FcLocal_Conf 84cdf0e10cSrcweir Dir = gid_Dir_Fonts_Truetype; 85cdf0e10cSrcweir USER_FILE_BODY; 86cdf0e10cSrcweir// Styles = (); 87cdf0e10cSrcweir Name = "fc_local.conf"; 88cdf0e10cSrcweirEnd 89cdf0e10cSrcweir#endif 90cdf0e10cSrcweir#endif 91cdf0e10cSrcweir 92