convert line ends
[canaan.git] / prj / tech / libsrc / font / chrsiz.h
blob14dba94d64a38b36d8a6c5c0aed7e51ac049ed43
1 /*
2 * $Source: x:/prj/tech/libsrc/font/RCS/chrsiz.h $
3 * $Revision: 1.2 $
4 * $Author: PATMAC $
5 * $Date: 1998/07/04 13:16:18 $
7 * character size routine prototypes.
9 * This file is part of the font library.
13 #ifndef __CHRSIZ_H
14 #define __CHRSIZ_H
15 #include <fonts.h>
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);
20 #endif