fontconf.h revision 655233e0
1/* include/X11/fonts/fontconf.h. Generated from fontconf.h.in by configure. */ 2/* 3 * $Id: fontconf.h,v 1.1 2008/07/30 05:42:21 mrg Exp $ 4 * 5 * Copyright © 2005 Keith Packard 6 * 7 * Permission to use, copy, modify, distribute, and sell this software and its 8 * documentation for any purpose is hereby granted without fee, provided that 9 * the above copyright notice appear in all copies and that both that 10 * copyright notice and this permission notice appear in supporting 11 * documentation, and that the name of Keith Packard not be used in 12 * advertising or publicity pertaining to distribution of the software without 13 * specific, written prior permission. Keith Packard makes no 14 * representations about the suitability of this software for any purpose. It 15 * is provided "as is" without express or implied warranty. 16 * 17 * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 18 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 19 * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 20 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 21 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 22 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 23 * PERFORMANCE OF THIS SOFTWARE. 24 */ 25 26/* Define as 1 if you have FreeType support in Xfont */ 27#define XFONT_FREETYPE 1 28 29/* Define as 1 if you have Type1 font support in Xfont */ 30#define XFONT_TYPE1 1 31 32/* Define as 1 if you have Speedo support in Xfont */ 33#define XFONT_SPEEDO 1 34 35/* Define as 1 if you have builtin font support in Xfont */ 36#define XFONT_BUILTINS 1 37 38/* Define as 1 if you have pcf font support in Xfont */ 39#define XFONT_PCFFORMAT 1 40 41/* Define as 1 if you have bdf font support in Xfont */ 42#define XFONT_BDFFORMAT 1 43 44/* Define as 1 if you have snf font support in Xfont */ 45#define XFONT_SNFFORMAT 1 46 47/* Define as 1 if you have bitmap font support in Xfont */ 48#define XFONT_BITMAP 1 49 50/* Define as 1 if you have fontfile support in Xfont */ 51#define XFONT_FONTFILE 1 52 53/* Define as 1 if you have font cache support in Xfont */ 54/* #undef XFONT_FONTCACHE */ 55 56/* Define as 1 if you have X Font Services Protocol support in Xfont */ 57#define XFONT_FC 1 58 59