1 /*
2  * FIG : Facility for Interactive Generation of figures
3  * Copyright (c) 1989-2007 by Brian V. Smith
4  *
5  * Any party obtaining a copy of these files is granted, free of charge, a
6  * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
7  * nonexclusive right and license to deal in this software and documentation
8  * files (the "Software"), including without limitation the rights to use,
9  * copy, modify, merge, publish, distribute, sublicense and/or sell copies of
10  * the Software, and to permit persons who receive copies from any such
11  * party to do so, with the only requirement being that the above copyright
12  * and this permission notice remain intact.
13  *
14  */
15 
16 /* width of widest font image plus a small border */
17 #define MAX_FONTIMAGE_WIDTH 296
18 
19 extern Pixmap		psfont_menu_bitmaps[];
20 extern Pixmap		latexfont_menu_bitmaps[];
21 extern unsigned char	*psfont_menu_bits[];
22 extern unsigned char	*latexfont_menu_bits[];
23