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