The R Project SVN R

Rev

Rev 33769 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33769 Rev 34351
Line 28... Line 28...
28
    /* local device copy so that we can detect */
28
    /* local device copy so that we can detect */
29
    /* when parameter changes */
29
    /* when parameter changes */
30
    int   col;			   /* Color */
30
    int   col;			   /* Color */
31
    int   bg;			   /* Background */
31
    int   bg;			   /* Background */
32
    int   fontface;		   /* Typeface */
32
    int   fontface;		   /* Typeface */
33
    int   fontsize, basefontsize;  /* Size in points */
33
    int   fontsize, basefontsize;  /* Size in points.  fontsize has been adjusted
-
 
34
    					for dpi diffs, basefontsize has not */
34
    double fontangle;
35
    double fontangle;
35
 
36
 
36
    /* devga Driver Specific */
37
    /* devga Driver Specific */
37
    /* parameters with copy per devga device */
38
    /* parameters with copy per devga device */
38
 
39