2 * $Source: x:/prj/tech/libsrc/font/RCS/chrsiz.h $
5 * $Date: 1998/07/04 13:16:18 $
7 * character size routine prototypes.
9 * This file is part of the font library.
17 EXTERN
short gr_font_char_width (grs_font
*f
, char c
);
18 EXTERN
void gr_font_char_size (grs_font
*f
, char c
, short *w
, short *h
);