The R Project SVN R

Rev

Rev 84054 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84054 Rev 84152
Line 59... Line 59...
59
			   (by plot.new or persp) */
59
			   (by plot.new or persp) */
60
    Rboolean valid;	/* valid layout ?  Used in GCheckState & do_playDL */
60
    Rboolean valid;	/* valid layout ?  Used in GCheckState & do_playDL */
61
 
61
 
62
    /* GRZ-like Graphics Parameters */
62
    /* GRZ-like Graphics Parameters */
63
    /* ``The horror, the horror ... '' */
63
    /* ``The horror, the horror ... '' */
64
    /* Marlon Brando - Appocalypse Now */
64
    /* Marlon Brando - Apocalypse Now */
65
 
65
 
66
    /* General Parameters -- set and interrogated directly */
66
    /* General Parameters -- set and interrogated directly */
67
 
67
 
68
    double adj;		/* String adjustment */
68
    double adj;		/* String adjustment */
69
    Rboolean ann;	/* Should annotation take place */
69
    Rboolean ann;	/* Should annotation take place */
Line 74... Line 74...
74
			   The height of a line of text is:
74
			   The height of a line of text is:
75
			   ps * cex * lheight */
75
			   ps * cex * lheight */
76
    rcolor col;		/* Plotting Color */
76
    rcolor col;		/* Plotting Color */
77
    double crt;		/* Character/string rotation */
77
    double crt;		/* Character/string rotation */
78
    double din[2];	/* device size in inches */
78
    double din[2];	/* device size in inches */
79
    int	err;		/* Error repporting level */
79
    int	err;		/* Error reporting level */
80
    rcolor fg;		/* **R ONLY** Foreground Color */
80
    rcolor fg;		/* **R ONLY** Foreground Color */
81
    char family[201];  /* **R ONLY** Font family
81
    char family[201];  /* **R ONLY** Font family
82
			   Simple name which is mapped by device-specific
82
			   Simple name which is mapped by device-specific
83
			   font database to device-specific name.
83
			   font database to device-specific name.
84
			   Only used if not "".
84
			   Only used if not "".