[R] Postscript fonts

Prof Brian Ripley ripley at stats.ox.ac.uk
Sat Aug 5 08:25:26 CEST 2006


On Sat, 5 Aug 2006, Erich Neuwirth wrote:

> How can I find out what fonts are available for
> par(family=
> for the postscript device?

This is dynamic: for the current value

> names(postscriptFonts())
 [1] "serif"                "sans"                 "mono"
 [4] "symbol"               "AvantGarde"           "Bookman"
 [7] "Courier"              "Helvetica"            "Helvetica-Narrow"
[10] "NewCenturySchoolbook" "Palatino"             "Times"
[13] "URWGothic"            "URWBookman"           "NimbusMon"
[16] "NimbusSan"            "URWHelvetica"         "NimbusSanCond"
[19] "CenturySch"           "URWPalladio"          "NimbusRom"
[22] "URWTimes"             "ComputerModern"       "ComputerModernItalic"
[25] "Japan1"               "Japan1HeiMin"         "Japan1GothicBBB"
[28] "Japan1Ryumin"         "Korea1"               "Korea1deb"
[31] "CNS1"                 "GB1"

and for more details see the current R-News (6/2).

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list