569
edits
m (→API) |
(notes on cairo difference) |
||
| Line 1: | Line 1: | ||
== Class Surface == | == Class Surface == | ||
We need a surface to draw on to. We need to be able to specifiy what type of surface to create -- for instance a Win32 surface or an image surface. | We need a surface to draw on to. We need to be able to specifiy what type of surface to create -- for instance a Win32 surface or an image surface. | ||
One thing I've done here that is different from cairo is that I've basically merged cairo_t and cairo_surface_t together here. If someone sees a reason why we need that seperation, we can do that here as well. | |||
=== API === | === API === | ||
edits