pangoLayoutSetIndent          package:RGtk2          R Documentation

_p_a_n_g_o_L_a_y_o_u_t_S_e_t_I_n_d_e_n_t

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

     Sets the width in Pango units to indent each paragraph. A negative
     value of 'indent' will produce a hanging indentation. That is, the
     first line will have the full width, and subsequent lines will be
     indented by the absolute value of 'indent'.

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

     pangoLayoutSetIndent(object, indent)

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

'object': ['PangoLayout']  a 'PangoLayout'.

'indent': [integer]  the amount by which to indent.

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

     The indent setting is ignored if layout alignment is set to
     'PANGO_ALIGN_CENTER'.

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

     Derived by RGtkGen from GTK+ documentation

