Hi all,<br>I would like to ask you one question about Cairo.
I need to change PS level of generated cairo_surface_t from 2 to 3, because of printers which supports PS level 3 (default level is 2). I tried to use function cairo_ps_surface_restrict_to_level(), 
but it doesn&#39;t help.
It only decreases the PS level (3 -&gt; 2), but doesn&#39;t increase it.<br>Is there any other way to change the level of generated surface?<br>I use cairo 1.5.14.
<br>
<br>&nbsp; Thank you
<br>
<br>&nbsp;&nbsp;&nbsp; Marek Kasik
<br>
<br>
<br>ps: I tried to restrict&nbsp;&nbsp; ps_level_used &nbsp; attribute of&nbsp;&nbsp; cairo_ps_surface_t&nbsp;&nbsp; to 
required level inside of cairo (&nbsp; cairo_ps_surface_restrict_to_level()&nbsp; ) 
and it works, but it is not possible without change of Cairo
<br>