pangoFontsetGetFont          package:RGtk2          R Documentation

_p_a_n_g_o_F_o_n_t_s_e_t_G_e_t_F_o_n_t

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

     Returns the font in the fontset that contains the best glyph for
     the Unicode character 'wc'.

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

     pangoFontsetGetFont(object, wc)

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

'object': ['PangoFontset']  a 'PangoFontset'

    'wc': [numeric]  a Unicode character

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

     ['PangoFont']  a 'PangoFont'. The caller must call g_object_unref
     when finished with the font.

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

     Derived by RGtkGen from GTK+ documentation

