pangoItemizeWithBaseDir        package:RGtk2        R Documentation

_p_a_n_g_o_I_t_e_m_i_z_e_W_i_t_h_B_a_s_e_D_i_r

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

     Like 'pangoItemize', but the base direction to use when computing
     bidirectional levels (see 'pangoContextSetBaseDir'), is specified
     explicitly rather than gotten from the 'PangoContext'.

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

     pangoItemizeWithBaseDir(context, base.dir, text, start.index, length, attrs, cached.iter = NULL)

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

'context': ['PangoContext']    a structure holding information that
          affects the itemization process.

'base.dir': ['PangoDirection']   base direction to use for
          bidirectional processing

  'text': [char]       the text to itemize.

'start.index': [integer]  first byte in 'text' to process

'length': [integer]     the number of bytes (not characters) to process
          after 'start.index'. This must be >= 0.

 'attrs': ['PangoAttrList']      the set of attributes that apply to
          'text'.

'cached.iter': ['PangoAttrIterator']       Cached attribute iterator,
          or 'NULL'

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

     Since  1.4

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

     [list]  a 'list' of 'PangoItem' structures.

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

     Derived by RGtkGen from GTK+ documentation

