pangoFontDescriptionFromString     package:RGtk2     R Documentation

_p_a_n_g_o_F_o_n_t_D_e_s_c_r_i_p_t_i_o_n_F_r_o_m_S_t_r_i_n_g

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

     Creates a new font description from a string representation in the
     form "[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]", where FAMILY-LIST is
     a comma separated list of families optionally terminated by a
     comma, STYLE_OPTIONS is a whitespace separated list of words where
     each WORD describes one of style, variant, weight, or stretch, and
     SIZE is an decimal number (size in points). Any one of the options
     may be absent.  If FAMILY-LIST is absent, then the family_name
     field of the resulting font description will be initialized to
     'NULL'.  If STYLE-OPTIONS is missing, then all style options will
     be set to the default values. If SIZE is missing, the size in the
     resulting font description will be set to 0.

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

     pangoFontDescriptionFromString(str)

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

   'str': [char]  string representation of a font description.

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

     ['PangoFontDescription']  a new 'PangoFontDescription'.

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

     Derived by RGtkGen from GTK+ documentation

