Skip to content
Prev 1209 / 1236 Next

[R-gui] Changing default fonts in gwidgets

Nicholas Crookston <ncrookston.fs <at> gmail.com> writes:
Try using a list instead of "c", otherwise everything is coerced to character:

font(btn) <- list(family="times",size=24,weight="bold",style="italic")
Nope, ... is passed to the parent container, not a font call,