Discussion:
[R-SIG-Mac] The quartzFonts() vs "default system font"
David Winsemius
2014-08-09 16:16:45 UTC
Permalink
names(quartzFonts())
[1] "serif" "sans" "mono"
quartzFonts()[ names(quartzFonts() ) ]
$serif
[1] "Times-Roman" "Times-Bold" "Times-Italic" "Times-BoldItalic"

$sans
[1] "Helvetica" "Helvetica-Bold" "Helvetica-Oblique"
[4] "Helvetica-BoldOblique"

$mono
[1] "Courier" "Courier-Bold" "Courier-Oblique" "Courier-BoldOblique"

Is there a difference between the "system font" and the quartzFonts?

----------

And I would suggest that the current (dead) link in the FAQ to the Apple information on key bindings:

http://developer.apple.com/documentation/Cocoa/Conceptual/EventOverview/TextDefaultsBindings/chapter_9_section_2.html

.... could be replaced with this update:

https://developer.apple.com/library/mac/recipes/xcode_help-keybindings_preferences/_index.html
--
David Winsemius
Alameda, CA, USA
Loading...