raster_textn
extern int raster_textn ARGS(( struct raster* r, int x, int y, int rop, struct raster_font* rf, unsigned char* text, int len ));
return raster_textn( r, x, y, rop, rf, text, strlen( text ) );
raster_textn(rc->rc_sp, x, y, op, rc->rc_font, &help, 1);