setFont               package:TGUICore               R Documentation

_s_e_t_F_o_n_t

_D_e_s_c_r_i_p_t_i_o_n:

     sets tcltk font to be used in widgets.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

  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

_D_e_t_a_i_l_s:

     internal function only

_A_u_t_h_o_r(_s):

     Alexander Kowarik, Bernhard Meindl

