1 /************************************************************************/
2 /*									*/
3 /*  Font tool:								*/
4 /*									*/
5 /************************************************************************/
6 
7 #   ifndef	TED_FONT_TOOL_H
8 #   define	TED_FONT_TOOL_H
9 
10 #   include	<appFontTool.h>
11 #   include	<appFrame.h>
12 #   include	<docBuf.h>
13 #   include	<docSelectionDescription.h>
14 
15 /************************************************************************/
16 /*									*/
17 /*  Routine declarations.						*/
18 /*									*/
19 /************************************************************************/
20 
21 extern void tedRefreshFontTool(	AppFontChooser *		afc,
22 				int *				pEnabled,
23 				int *				pPref,
24 				InspectorSubject *		is,
25 				const DocumentSelection *	ds,
26 				const SelectionDescription *	sd,
27 				const BufferDocument *		bd,
28 				int				documentId,
29 				const unsigned char *		cmdEnabled );
30 
31 extern void tedFontToolGetResourceTable(
32 				EditApplication *		ea,
33 				AppFontToolResources *		aftr,
34 				InspectorSubjectResources *	isr );
35 
36 #   endif	/*  TED_FONT_TOOL_H */
37