cairoFontOptionsCopy          package:RGtk2          R Documentation

_c_a_i_r_o_F_o_n_t_O_p_t_i_o_n_s_C_o_p_y

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

     Allocates a new font options object copying the option values from
     'original'.

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

     cairoFontOptionsCopy(original)

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

'original': ['CairoFontOptions']  a 'CairoFontOptions'

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

     ['CairoFontOptions']  a newly allocated 'CairoFontOptions'. This
     function always returns a valid pointer; if memory cannot be
     allocated, then a special error object is returned where all
     operations on the object do nothing. You can check for this with
     'cairoFontOptionsStatus'.

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

     Derived by RGtkGen from GTK+ documentation

