search for: null_siz

Displaying 1 result from an estimated 1 matches for "null_siz".

Did you mean: null_size
2005 Apr 02
2
Building new graphic device drivers with g++
...) { return FALSE; } static void NULL_MetricInfo(int c, R_GE_gcontext *gc, double* ascent, double* descent, double* width, NewDevDesc *dev) { *ascent = 0.0; *descent = 0.0; *width = 0.0; } static void NULL_Size(double *left, double *right, double *bottom, double *top, NewDevDesc *dev) { *left = dev->left; *right = dev->right; *bottom = dev->bottom; *top = dev->top; } static double NULL_StrWidth(char *str,...