closestr.h revision bbe1b32b
1bbe1b32bSmrg/* $Xorg: closestr.h,v 1.4 2001/02/09 02:05:44 xorgcvs Exp $ */
2bbe1b32bSmrg/*
3bbe1b32bSmrgCopyright 1987, 1998  The Open Group
4bbe1b32bSmrg
5bbe1b32bSmrgPermission to use, copy, modify, distribute, and sell this software and its
6bbe1b32bSmrgdocumentation for any purpose is hereby granted without fee, provided that
7bbe1b32bSmrgthe above copyright notice appear in all copies and that both that
8bbe1b32bSmrgcopyright notice and this permission notice appear in supporting
9bbe1b32bSmrgdocumentation.
10bbe1b32bSmrg
11bbe1b32bSmrgThe above copyright notice and this permission notice shall be included in
12bbe1b32bSmrgall copies or substantial portions of the Software.
13bbe1b32bSmrg
14bbe1b32bSmrgTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15bbe1b32bSmrgIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16bbe1b32bSmrgFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
17bbe1b32bSmrgOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18bbe1b32bSmrgAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19bbe1b32bSmrgCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20bbe1b32bSmrg
21bbe1b32bSmrgExcept as contained in this notice, the name of The Open Group shall not be
22bbe1b32bSmrgused in advertising or otherwise to promote the sale, use or other dealings
23bbe1b32bSmrgin this Software without prior written authorization from The Open Group.
24bbe1b32bSmrg * Copyright 1990, 1991 Network Computing Devices;
25bbe1b32bSmrg * Portions Copyright 1987 by Digital Equipment Corporation
26bbe1b32bSmrg *
27bbe1b32bSmrg * Permission to use, copy, modify, distribute, and sell this software and its
28bbe1b32bSmrg * documentation for any purpose is hereby granted without fee, provided that
29bbe1b32bSmrg * the above copyright notice appear in all copies and that both that
30bbe1b32bSmrg * copyright notice and this permission notice appear in supporting
31bbe1b32bSmrg * documentation, and that the names of Network Computing Devices,
32bbe1b32bSmrg * or Digital not be used in advertising or
33bbe1b32bSmrg * publicity pertaining to distribution of the software without specific,
34bbe1b32bSmrg * written prior permission.  Network Computing Devices, or Digital
35bbe1b32bSmrg * make no representations about the
36bbe1b32bSmrg * suitability of this software for any purpose.  It is provided "as is"
37bbe1b32bSmrg * without express or implied warranty.
38bbe1b32bSmrg *
39bbe1b32bSmrg * NETWORK COMPUTING DEVICES, AND DIGITAL DISCLAIM ALL WARRANTIES WITH
40bbe1b32bSmrg * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
41bbe1b32bSmrg * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES, OR DIGITAL BE
42bbe1b32bSmrg * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
43bbe1b32bSmrg * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
44bbe1b32bSmrg * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
45bbe1b32bSmrg * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46bbe1b32bSmrg *
47bbe1b32bSmrg * $NCDXorg: @(#)closestr.h,v 4.1 1991/05/02 04:15:46 lemke Exp $
48bbe1b32bSmrg *
49bbe1b32bSmrg */
50bbe1b32bSmrg
51bbe1b32bSmrg#ifndef CLOSESTR_H
52bbe1b32bSmrg#define CLOSESTR_H
53bbe1b32bSmrg
54bbe1b32bSmrg#include	<X11/fonts/FSproto.h>
55bbe1b32bSmrg#include	"closure.h"
56bbe1b32bSmrg#include	"misc.h"
57bbe1b32bSmrg#include	<X11/fonts/font.h>
58bbe1b32bSmrg
59bbe1b32bSmrg/* closure structures */
60bbe1b32bSmrg
61bbe1b32bSmrg/* OpenFont */
62bbe1b32bSmrg
63bbe1b32bSmrgtypedef struct _OFclosure {
64bbe1b32bSmrg    ClientPtr   client;
65bbe1b32bSmrg    short       current_fpe;
66bbe1b32bSmrg    short       num_fpes;
67bbe1b32bSmrg    FontPathElementPtr *fpe_list;
68bbe1b32bSmrg    Mask        flags;
69bbe1b32bSmrg    fsBitmapFormat format;
70bbe1b32bSmrg    fsBitmapFormatMask format_mask;
71bbe1b32bSmrg    Bool        slept;
72bbe1b32bSmrg    FSID        fontid;
73bbe1b32bSmrg    char       *fontname;
74bbe1b32bSmrg    int         fnamelen;
75bbe1b32bSmrg    char       *orig_name;
76bbe1b32bSmrg    int         orig_len;
77bbe1b32bSmrg    FontPtr	non_cachable_font;
78bbe1b32bSmrg}           OFclosureRec;
79bbe1b32bSmrg
80bbe1b32bSmrg/* QueryExtents */
81bbe1b32bSmrg
82bbe1b32bSmrgtypedef struct _QEclosure {
83bbe1b32bSmrg    ClientPtr   client;
84bbe1b32bSmrg    int         nranges;
85bbe1b32bSmrg    fsRange    *range;
86bbe1b32bSmrg    FontPtr     pfont;
87bbe1b32bSmrg    Mask        flags;
88bbe1b32bSmrg    Bool        slept;
89bbe1b32bSmrg}           QEclosureRec;
90bbe1b32bSmrg
91bbe1b32bSmrg/* QueryBitmaps */
92bbe1b32bSmrg
93bbe1b32bSmrgtypedef struct _QBclosure {
94bbe1b32bSmrg    ClientPtr   client;
95bbe1b32bSmrg    int         nranges;
96bbe1b32bSmrg    fsRange    *range;
97bbe1b32bSmrg    FontPtr     pfont;
98bbe1b32bSmrg    fsBitmapFormat format;
99bbe1b32bSmrg    Mask        flags;
100bbe1b32bSmrg    Bool        slept;
101bbe1b32bSmrg}           QBclosureRec;
102bbe1b32bSmrg
103bbe1b32bSmrg/* ListFontsWithInfo */
104bbe1b32bSmrg
105bbe1b32bSmrg#define XLFDMAXFONTNAMELEN	256
106bbe1b32bSmrgtypedef struct _LFWIstate {
107bbe1b32bSmrg    char        pattern[XLFDMAXFONTNAMELEN];  /* max len of font name */
108bbe1b32bSmrg    int         patlen;
109bbe1b32bSmrg    int         current_fpe;
110bbe1b32bSmrg    int         max_names;
111bbe1b32bSmrg    Bool        list_started;
112bbe1b32bSmrg    pointer     private;
113bbe1b32bSmrg}           LFWIstateRec, *LFWIstatePtr;
114bbe1b32bSmrg
115bbe1b32bSmrg
116bbe1b32bSmrgtypedef struct _LFWXIclosure {
117bbe1b32bSmrg    ClientPtr   client;
118bbe1b32bSmrg    int         num_fpes;
119bbe1b32bSmrg    FontPathElementPtr *fpe_list;
120bbe1b32bSmrg    fsListFontsWithXInfoReply *reply;
121bbe1b32bSmrg    int         length;
122bbe1b32bSmrg    LFWIstateRec current;
123bbe1b32bSmrg    LFWIstateRec saved;
124bbe1b32bSmrg    int         savedNumFonts;
125bbe1b32bSmrg    Bool        haveSaved;
126bbe1b32bSmrg    Bool        slept;
127bbe1b32bSmrg    char       *savedName;
128bbe1b32bSmrg}           LFWXIclosureRec;
129bbe1b32bSmrg
130bbe1b32bSmrgtypedef struct _LFclosure {
131bbe1b32bSmrg    ClientPtr   client;
132bbe1b32bSmrg    int         num_fpes;
133bbe1b32bSmrg    FontPathElementPtr *fpe_list;
134bbe1b32bSmrg    FontNamesPtr names;
135bbe1b32bSmrg    LFWIstateRec current;
136bbe1b32bSmrg    LFWIstateRec saved;
137bbe1b32bSmrg    Bool        haveSaved;
138bbe1b32bSmrg    Bool        slept;
139bbe1b32bSmrg    char	*savedName;
140bbe1b32bSmrg    int		savedNameLen;
141bbe1b32bSmrg}	LFclosureRec;
142bbe1b32bSmrg
143bbe1b32bSmrg#endif				/* CLOSESTR_H */
144