cairoFontOptionsCreate         package:RGtk2         R Documentation

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

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

     Allocates a new font options object with all options initialized
     to default values.

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

     cairoFontOptionsCreate()

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

     ['CairoFontOptions']  a newly allocated 'CairoFontOptions'. Free
     with 'cairo\Font\Options\Destroy()'. 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

