Code

render text in outline mode via cairo (still no endian-safe); factor out helper functions
[inkscape.git] / src / display / inkscape-cairo.h
1 #ifndef __INKSCAPE_CAIRO_H__
2 #define __INKSCAPE_CAIRO_H__
4 /*
5  * Helper functions to use cairo with inkscape
6  *
7  * Copyright (C) 2007 bulia byak
8  *
9  * Released under GNU GPL
10  *
11  */
13 cairo_t *nr_create_cairo_context (NRRectL *area, NRPixBlock *pb);
14 void feed_curve_to_cairo (cairo_t *ct, NArtBpath *bpath, NR::Matrix trans, NR::Point shift);
16 #endif
17 /*
18   Local Variables:
19   mode:c++
20   c-file-style:"stroustrup"
21   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
22   indent-tabs-mode:nil
23   fill-column:99
24   End:
25 */
26 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :