setFont {TGUICore} | R Documentation |
sets tcltk font to be used in widgets.
setFont(family="tahoma", size, italic=FALSE, bold=FALSE)
family |
the font family that should be used, default is tahoma. |
size |
the font size. Specifying a numeric value is possible just as specifying either small, normal, large, extralarge or huge. |
italic |
should the font be italic, default=FALSE |
bold |
should the font be bold, default=FALSE |
internal function only
Alexander Kowarik, Bernhard Meindl