Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114349
Collapse All | Expand All

(-)xfig.3.2.4/u_fonts.h (-6 / +6 lines)
Lines 30-41 Link Here
30
/* font number for the "nil" font (when user wants tiny text) */
30
/* font number for the "nil" font (when user wants tiny text) */
31
#define NILL_FONT NUM_FONTS
31
#define NILL_FONT NUM_FONTS
32
32
33
extern int		psfontnum();
34
extern int		latexfontnum();
35
extern struct _xfstruct	x_fontinfo[], x_backup_fontinfo[];
36
extern struct _fstruct	ps_fontinfo[];
37
extern struct _fstruct	latex_fontinfo[];
38
39
/* element of linked list for each font
33
/* element of linked list for each font
40
   The head of list is for the different font NAMES,
34
   The head of list is for the different font NAMES,
41
   and the elements of this list are for each different
35
   and the elements of this list are for each different
Lines 61-65 Link Here
61
				 * sizes */
55
				 * sizes */
62
};
56
};
63
57
58
extern int		psfontnum();
59
extern int		latexfontnum();
60
extern struct _xfstruct	x_fontinfo[], x_backup_fontinfo[];
61
extern struct _fstruct	ps_fontinfo[];
62
extern struct _fstruct	latex_fontinfo[];
63
64
int		x_fontnum();
64
int		x_fontnum();
65
#endif /* U_FONTS_H */
65
#endif /* U_FONTS_H */

Return to bug 114349