cairo-PostScript-Surfaces       package:RGtk2       R Documentation

_P_o_s_t_S_c_r_i_p_t _S_u_r_f_a_c_e_s

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

     Rendering PostScript documents

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'cairoPsSurfaceCreate(filename, width.in.points,
     height.in.points)'
      'cairoPsSurfaceCreateForStream(write.func, closure,
     width.in.points, height.in.points)'
      'cairoPsSurfaceRestrictToLevel(surface, level)'
      'cairoPsGetLevels()'
      'cairoPsLevelToString(level)'
      'cairoPsSurfaceSetEps(surface, eps)'
      'cairoPsSurfaceGetEps(surface)'
      'cairoPsSurfaceSetSize(surface, width.in.points,
     height.in.points)'
      'cairoPsSurfaceDscBeginSetup(surface)'
      'cairoPsSurfaceDscBeginPageSetup(surface)'
      'cairoPsSurfaceDscComment(surface, comment)'

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

     The PostScript surface is used to render cairo graphics to Adobe
     PostScript files and is a multi-page vector surface backend.

_E_n_u_m_s _a_n_d _F_l_a_g_s:


     '_C_a_i_r_o_P_s_L_e_v_e_l' 'CairoPsLevel' is used to describe the language
          level of the PostScript Language Reference that a generated
          PostScript file will conform to.  

          '_2' The language level 2 of the PostScript specification.

          '_3' The language level 3 of the PostScript specification.


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://www.cairographics.org/manual/cairo-PostScript-Surfaces.html>

