update for HEAD-2003050101
[reactos.git] / lib / freetype / include / freetype / ftxf86.h
1 /***************************************************************************/
2 /*                                                                         */
3 /*  ftxf86.h                                                               */
4 /*                                                                         */
5 /*    Support functions for X11.                                           */
6 /*                                                                         */
7 /*  Copyright 2002 by                                                      */
8 /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9 /*                                                                         */
10 /*  This file is part of the FreeType project, and may only be used,       */
11 /*  modified, and distributed under the terms of the FreeType project      */
12 /*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
13 /*  this file you indicate that you have read the license and              */
14 /*  understand and accept it fully.                                        */
15 /*                                                                         */
16 /***************************************************************************/
17
18
19 #ifndef __FTXF86_H__
20 #define __FTXF86_H__
21
22 #include <ft2build.h>
23 #include FT_FREETYPE_H
24
25 FT_BEGIN_HEADER
26
27   /* this comment is intentionally disabled for now, to prevent this       */
28   /* function from appearing in the API Reference.                         */
29
30   /*@***********************************************************************/
31   /*                                                                       */
32   /* <Function>                                                            */
33   /*    FT_Get_X11_Font_Format                                             */
34   /*                                                                       */
35   /* <Description>                                                         */
36   /*    Return a string describing the format of a given face as an X11    */
37   /*    FONT_PROPERTY.  It should only be used by the FreeType 2 font      */
38   /*    backend of the XFree86 font server.                                */
39   /*                                                                       */
40   /* <Input>                                                               */
41   /*    face :: Input face handle.                                         */
42   /*                                                                       */
43   /* <Return>                                                              */
44   /*    Font format string.  NULL in case of error.                        */
45   /*                                                                       */
46   FT_EXPORT_DEF( const char* )
47   FT_Get_X11_Font_Format( FT_Face  face );
48
49  /* */
50
51 FT_END_HEADER
52
53 #endif /* __FTXF86_H__ */