Hi,<div><br></div><div>I want to use cario to draw to a Windows Enhanced Metafile. In Windows metafiles have an associated _reference device context_ specific to a concrete device. Otherwise metafiles are largely generic, in many ways similar to cairo recording surfaces. </div>
<div><br></div><div>The easiest way to create an EMF file is to use the display as reference context - it is always available. When cairo creates the printing surface, it reads the Clip Box of the reference DC and uses that as extent. This way I can only create EMFs as large as the screen. Is there some way I can adjust the extent of a win32 printing surface? </div>
<div><br></div><div>Do you think it is a good idea to set the extents of win32 printing surfaces created for metafiles to unbounded?</div><div><br></div><div>Zoltan</div>