1 /************************************************************************/
2 /*									*/
3 /*  Attributes of text.							*/
4 /*									*/
5 /************************************************************************/
6 
7 #   ifndef	UTIL_TEXT_ATTRIBUTE_UTIL_H
8 #   define	UTIL_TEXT_ATTRIBUTE_UTIL_H
9 
10 #   include	"textAttribute.h"
11 
12 /************************************************************************/
13 /*									*/
14 /*  Routine declarations.						*/
15 /*									*/
16 /************************************************************************/
17 
18 extern int textGetPixelSize(	double				pixelsPerTwip,
19 				const TextAttribute *		ta );
20 
21 #   endif	/*  UTIL_TEXT_ATTRIBUTE_UTIL_H	*/
22