[Previous] [Up]
Go backward to The different entries in an Ipe format file
Go up to Interfacing with Ipe

Creating Ipe files from PLAGEO

The PLAGEO library for planar geometry by Geert-Jan Giezeman includes a type pl_ipefile. It can be declared with an ostream as argument, and is quite analogous to the type pl_psfile described in the PLAGEO documentation.

At the time of this writing, you cannot set the text size through this interface, and the interface will not do clipping (although the general pl_drawarea specification demands that).

The background is drawn as an extra box.


[Previous] [Up]