setFont {TGUICore}R Documentation

setFont

Description

sets tcltk font to be used in widgets.

Usage

setFont(family="tahoma", size, italic=FALSE, bold=FALSE)

Arguments

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

Details

internal function only

Author(s)

Alexander Kowarik, Bernhard Meindl


[Package TGUICore version 0.9.3 Index]