The R Project SVN R

Rev

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

Rev 70779 Rev 75103
Line 1... Line 1...
1
% File src/library/grDevices/man/cairo.Rd
1
% File src/library/grDevices/man/cairo.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2015 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{cairo}
6
\name{cairo}
7
\alias{svg}
7
\alias{svg}
8
\alias{cairo_pdf}
8
\alias{cairo_pdf}
Line 43... Line 43...
43
  \item{onefile}{should all plots appear in one file or in separate files?}
43
  \item{onefile}{should all plots appear in one file or in separate files?}
44
  \item{family}{one of the device-independent font families,
44
  \item{family}{one of the device-independent font families,
45
    \code{"sans"}, \code{"serif"} and \code{"mono"}, or a character
45
    \code{"sans"}, \code{"serif"} and \code{"mono"}, or a character
46
    string specify a font family to be searched for in a
46
    string specify a font family to be searched for in a
47
    system-dependent way.
47
    system-dependent way.
-
 
48
 
48
#ifdef unix
49
    On unix-alikes (incl.\ Mac), see
49
    See, the \sQuote{Cairo fonts} section in the help for \code{\link{X11}}.
50
    the \sQuote{Cairo fonts} section in the help for \code{\link{X11}}.
50
#endif
-
 
51
  }
51
  }
52
  \item{bg}{the initial background colour: can be overridden by setting
52
  \item{bg}{the initial background colour: can be overridden by setting
53
    par("bg").}
53
    par("bg").}
54
  \item{antialias}{string, the type of anti-aliasing (if any) to be used;
54
  \item{antialias}{string, the type of anti-aliasing (if any) to be used;
55
    defaults to \code{"default"}.}
55
    defaults to \code{"default"}.}
Line 87... Line 87...
87
  \code{cairo_ps}).
87
  \code{cairo_ps}).
88
}
88
}
89
 
89
 
90
\note{
90
\note{
91
  Cairo 1.2.4 (seen in Centos/RHEL 5) is known to give incorrect SVG output.
91
  Cairo 1.2.4 (seen in Centos/RHEL 5) is known to give incorrect SVG output.
92
  
92
 
93
  In principle these devices are independent of X11 (as is seen by their
93
  In principle these devices are independent of X11 (as is seen by their
94
  presence on Windows).  But on a Unix-alike the cairo libraries may be
94
  presence on Windows).  But on a Unix-alike the cairo libraries may be
95
  distributed as part of the X11 system and hence that (on macOS,
95
  distributed as part of the X11 system and hence that (on macOS,
96
  XQuartz) may need to be installed.
96
  XQuartz) may need to be installed.
97
}
97
}