The R Project SVN R

Rev

Rev 36139 | Rev 36990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36139 Rev 36203
Line 135... Line 135...
135
    rcolor col;		/* Plotting Color */
135
    rcolor col;		/* Plotting Color */
136
    double crt;		/* Character/string rotation */
136
    double crt;		/* Character/string rotation */
137
    double din[2];	/* device size in inches */
137
    double din[2];	/* device size in inches */
138
    int	err;		/* Error repporting level */
138
    int	err;		/* Error repporting level */
139
    rcolor fg;		/* **R ONLY** Foreground Color */
139
    rcolor fg;		/* **R ONLY** Foreground Color */
140
    char family[50];    /* **R ONLY** Font family 
140
    char family[201];  /* **R ONLY** Font family 
141
			   Simple name which is mapped by device-specific
141
			   Simple name which is mapped by device-specific
142
			   font database to device-specific name.
142
			   font database to device-specific name.
143
			   Only used if not "".
143
			   Only used if not "".
144
			   Default is "".
144
			   Default is "".
145
			   Ignored by some devices. */
145
			   Ignored by some devices. */