The R Project SVN R

Rev

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

Rev 62050 Rev 62602
Line 228... Line 228...
228
  viewer if possible.  Symptoms for which the viewer has been at fault
228
  viewer if possible.  Symptoms for which the viewer has been at fault
229
  are apparent grids on image plots (turn off graphics anti-aliasing
229
  are apparent grids on image plots (turn off graphics anti-aliasing
230
  in your viewer if you can) and missing or incorrect glyphs in text
230
  in your viewer if you can) and missing or incorrect glyphs in text
231
  (viewers silently doing font substitution).
231
  (viewers silently doing font substitution).
232
 
232
 
233
  Unfortunately the default viewers on most Linux and Mac OS X systems
233
  Unfortunately the default viewers on most Linux and OS X systems
234
  have these problems, and no obvious way to turn off graphics anti-aliasing.
234
  have these problems, and no obvious way to turn off graphics anti-aliasing.
235
 
235
 
236
  Acrobat Reader does not use the fonts specified but rather emulates
236
  Acrobat Reader does not use the fonts specified but rather emulates
237
  them from multiple-master fonts.  This can be seen in imprecise
237
  them from multiple-master fonts.  This can be seen in imprecise
238
  centering of characters, for example the multiply and divide signs in
238
  centering of characters, for example the multiply and divide signs in
Line 283... Line 283...
283
  \code{\link{embedFonts}},
283
  \code{\link{embedFonts}},
284
  \code{\link{Devices}},
284
  \code{\link{Devices}},
285
  \code{\link{postscript}}.
285
  \code{\link{postscript}}.
286
 
286
 
287
#ifdef unix
287
#ifdef unix
288
  \code{\link{cairo_pdf}} and (on Mac OS X only) \code{\link{quartz}}
288
  \code{\link{cairo_pdf}} and (on OS X only) \code{\link{quartz}}
289
  for other devices that can produce PDF.
289
  for other devices that can produce PDF.
290
#endif
290
#endif
291
#ifdef windows
291
#ifdef windows
292
  \code{\link{cairo_pdf}} and (on Mac OS X only) \code{quartz}
292
  \code{\link{cairo_pdf}} and (on OS X only) \code{quartz}
293
  for other devices that can produce PDF.
293
  for other devices that can produce PDF.
294
#endif
294
#endif
295
 
295
 
296
  More details of font families and encodings and especially handling
296
  More details of font families and encodings and especially handling
297
  text in a non-Latin-1 encoding and embedding fonts can be found in
297
  text in a non-Latin-1 encoding and embedding fonts can be found in