pangoShape               package:RGtk2               R Documentation

_p_a_n_g_o_S_h_a_p_e

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

     Given a segment of text and the corresponding 'PangoAnalysis'
     structure returned from 'pangoItemize', convert the characters
     into glyphs. You may also pass in only a substring of the item
     from 'pangoItemize'.

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

     pangoShape(text, analysis, glyphs)

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

  'text': [character]       the text to process

'analysis': ['PangoAnalysis'] 'PangoAnalysis' structure from
          'pangoItemize'

'glyphs': ['PangoGlyphString']     glyph string in which to store
          results

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

     Derived by RGtkGen from GTK+ documentation

