grDevices-deprecated        package:grDevices        R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _P_a_c_k_a_g_e _g_r_D_e_v_i_c_e_s

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

     These functions are provided for compatibility with older versions
     of R only, and may be defunct as soon as of the next release.

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

     postscriptFont(family, metrics, encoding = "default")

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

  family: a character string giving the name of a Type 1 font family.

 metrics: a vector of four or five strings giving paths to the afm
          (font metric) files for the font.

encoding: the name of an encoding file.

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

     The function 'postscriptFont' is deprecated in favour of
     'Type1Font'.

_V_a_l_u_e:

     One or more font mappings.

_S_e_e _A_l_s_o:

     'Deprecated', 'Defunct'

