pangoFontFindShaper          package:RGtk2          R Documentation

_p_a_n_g_o_F_o_n_t_F_i_n_d_S_h_a_p_e_r

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

     Finds the best matching shaper for a font for a particular
     language tag and character point.

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

     pangoFontFindShaper(object, language, ch)

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

'object': ['PangoFont']  a 'PangoFont'

'language': ['PangoLanguage']  the language tag

    'ch': [numeric]  the ISO-10646 character code.

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

     [PangoEngineShape]  the best matching shaper.

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

     Derived by RGtkGen from GTK+ documentation

