The R Project SVN R

Rev

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

Rev 5488 Rev 5507
Line 711... Line 711...
711
    /* initialise postscript device description */
711
    /* initialise postscript device description */
712
    strcpy(pd->filename, file);
712
    strcpy(pd->filename, file);
713
    strcpy(pd->papername, paper);
713
    strcpy(pd->papername, paper);
714
    pd->fontfamily = MatchFamily(family);
714
    pd->fontfamily = MatchFamily(family);
715
    pd->encoding = 1;
715
    pd->encoding = 1;
716
    pd->bg = str2col(bg, dd);	/* dd is not used ... */
716
    pd->bg = str2col(bg);
717
    pd->col = str2col(fg, dd);
717
    pd->col = str2col(fg);
718
    pd->fill = NA_INTEGER;
718
    pd->fill = NA_INTEGER;
719
    pd->width = width;
719
    pd->width = width;
720
    pd->height = height;
720
    pd->height = height;
721
    pd->landscape = horizontal;
721
    pd->landscape = horizontal;
722
    pointsize = floor(ps);
722
    pointsize = floor(ps);