Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde...
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / olias_font.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: olias_font.h /main/3 1996/06/11 16:48:44 cde-hal $ */
24 /* Actual Names */
25
26 #define OLIAS_DEFAULT                   ('\0')
27 #define OLIAS_SPACE                     (' ')
28 #define OLIAS_FILLED_RIGHT_ARROW        ('>')
29 #define OLIAS_HOLLOW_RIGHT_ARROW        ('?')
30 #define OLIAS_FILLED_DOWN_ARROW         ('V')
31 #define OLIAS_HOLLOW_DOWN_ARROW         ('W')
32 #define OLIAS_SOLID_TRACKER             ('*')
33 #define OLIAS_HOLLOW_TRACKER            ('+')
34 #define OLIAS_LEAF_ICON                 ('.')
35 #define OLIAS_SPACE01                   (char)(201)
36 #define OLIAS_SPACE02                   (char)(202)
37 #define OLIAS_SPACE04                   (char)(204)
38 #define OLIAS_SPACE08                   (char)(208)
39 #define OLIAS_SPACE12                   (char)(212)
40 #define OLIAS_SPACE14                   (char)(214)
41 #define OLIAS_SPACE16                   (char)(216)
42 #define OLIAS_SPACE32                   (char)(232)
43
44 #define OLIAS_ANNOTATION_MULTI_ICON     ('A')
45 #define OLIAS_BOOKMARK_MULTI_ICON       ('B')
46 #define OLIAS_LINK_MULTI_ICON           ('L')
47 #define OLIAS_ANNOTATION_ICON           ('a')
48 #define OLIAS_BOOKMARK_ICON             ('b')
49 #define OLIAS_LINK_ICON                 ('l')
50 #define OLIAS_ICON_SPACE                OLIAS_SPACE16
51
52 #define OLIAS_PIE_0                     ('0')
53 #define OLIAS_PIE_1                     ('1')
54 #define OLIAS_PIE_2                     ('2')
55 #define OLIAS_PIE_3                     ('3')
56 #define OLIAS_PIE_4                     ('4')
57 #define OLIAS_PIE_5                     ('5')
58 #define OLIAS_PIE_6                     ('6')
59 #define OLIAS_PIE_7                     ('7')
60 #define OLIAS_PIE_8                     ('8')
61
62 #define OLIAS_INFOLIB_ICON              (char)(110)
63 #define OLIAS_INFOBASE_ICON             (char)(111)
64 #define OLIAS_BOOK_ICON                 (char)(112)
65
66 /* Content Names */
67
68 #define OLIAS_CONTRACTED_ICON   OLIAS_FILLED_RIGHT_ARROW
69 #define OLIAS_EXPANDED_ICON     OLIAS_FILLED_DOWN_ARROW
70 #define FILLED                  (0)
71 #define HOLLOW                  (1)
72 #define OLIAS_NO_CHILDREN_ICON  OLIAS_LEAF_ICON
73 #define OLIAS_PLACEHOLDER_ICON  OLIAS_SPACE14
74 #define OLIAS_RELEVANCY_ICON    OLIAS_PIE_0
75
76 /* Font Names */
77
78 #define OLIAS_FONT "olias"
79
80 #define OLIAS_SPACE_FONT "ospace"