~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/source/libs/type1/fontxlfd.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $XConsortium: fontxlfd.h,v 1.1 91/05/11 09:12:07 rws Exp $
 
3
 *
 
4
 * Copyright 1990 Massachusetts Institute of Technology
 
5
 *
 
6
 * Permission to use, copy, modify, distribute, and sell this software and its
 
7
 * documentation for any purpose is hereby granted without fee, provided that
 
8
 * the above copyright notice appear in all copies and that both that
 
9
 * copyright notice and this permission notice appear in supporting
 
10
 * documentation, and that the name of M.I.T. not be used in advertising or
 
11
 * publicity pertaining to distribution of the software without specific,
 
12
 * written prior permission.  M.I.T. makes no representations about the
 
13
 * suitability of this software for any purpose.  It is provided "as is"
 
14
 * without express or implied warranty.
 
15
 *
 
16
 * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 
17
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
 
18
 * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 
19
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
 
20
 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 
21
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
22
 *
 
23
 * Author:  Keith Packard, MIT X Consortium
 
24
 */
 
25
 
 
26
#ifndef _FONTXLFD_H_
 
27
#define _FONTXLFD_H_
 
28
 
 
29
 
 
30
typedef struct _FontScalable {
 
31
    int         pixel,
 
32
                point,
 
33
                x,
 
34
                y,
 
35
                width;
 
36
}           FontScalableRec, *FontScalablePtr;
 
37
 
 
38
extern Bool FontParseXLFDName();
 
39
 
 
40
#define FONT_XLFD_REPLACE_NONE  0
 
41
#define FONT_XLFD_REPLACE_STAR  1
 
42
#define FONT_XLFD_REPLACE_ZERO  2
 
43
#define FONT_XLFD_REPLACE_VALUE 3
 
44
 
 
45
#endif                          /* _FONTXLFD_H_ */