typedef struct charac {
	u_short	width;
	u_short	height;
	short	xoffs;
	short	yoffs;
	u_long	raster_index;
	u_long	effective_width;
} charac;
