The R Project SVN R

Rev

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

Rev 44348 Rev 44369
Line 141... Line 141...
141
    int	fontmain;	/* Main title font */
141
    int	fontmain;	/* Main title font */
142
    int	fontlab;	/* Xlab and ylab font */
142
    int	fontlab;	/* Xlab and ylab font */
143
    int	fontsub;	/* Subtitle font */
143
    int	fontsub;	/* Subtitle font */
144
    int	fontaxis;	/* Axis label fonts */
144
    int	fontaxis;	/* Axis label fonts */
145
 
145
 
146
    int	colmain;	/* Main title color */
146
    rcolor colmain;	/* Main title color */
147
    int	collab;		/* Xlab and ylab color */
147
    rcolor collab;	/* Xlab and ylab color */
148
    int	colsub;		/* Subtitle color */
148
    rcolor colsub;	/* Subtitle color */
149
    int	colaxis;	/* Axis label color */
149
    rcolor colaxis;	/* Axis label color */
150
 
150
 
151
    /* Layout Parameters */
151
    /* Layout Parameters */
152
 
152
 
153
    Rboolean layout;	/* has a layout been specified */
153
    Rboolean layout;	/* has a layout been specified */
154
 
154