The R Project SVN R

Rev

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

Rev 8792 Rev 8813
Line 188... Line 188...
188
    int canResizePlot;	/* can the graphics surface be resized */
188
    int canResizePlot;	/* can the graphics surface be resized */
189
    int canChangeFont;	/* device has multiple fonts */
189
    int canChangeFont;	/* device has multiple fonts */
190
    int canRotateText;	/* text can be rotated */
190
    int canRotateText;	/* text can be rotated */
191
    int canResizeText;	/* text can be resized */
191
    int canResizeText;	/* text can be resized */
192
    int canClip;	/* Hardware clipping */
192
    int canClip;	/* Hardware clipping */
-
 
193
    int canHAdj;	/* Can do at least some horizontal adjustment of text
-
 
194
			   0 = none, 1 = {0,0.5, 1}, 2 = [0,1] */
193
 
195
 
194
    /* a couple of the GRZ-like parameters that have to be */
196
    /* a couple of the GRZ-like parameters that have to be */
195
    /* set by the device */
197
    /* set by the device */
196
 
198
 
197
    double ipr[2];	/* Inches per raster; [0]=x, [1]=y */
199
    double ipr[2];	/* Inches per raster; [0]=x, [1]=y */