Code

* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git...
[inkscape.git] / src / display / nr-svgfonts.h
1 #include "config.h"
2 #ifdef ENABLE_SVG_FONTS
3 #ifndef __SVGFONTS_H__
4 #define __SVGFONTS_H__
5 /*
6  * SVGFonts rendering headear
7  *
8  * Authors:
9  *    Felipe C. da S. Sanches <felipe.sanches@gmail.com>
10  *
11  * Copyright (C) 2008 Felipe C. da S. Sanches
12  *
13  * Released under GNU GPL version 2 or later.
14  * Read the file 'COPYING' for more information.
15  */
17 #include "../sp-font.h"
18 #include "cairo.h"
20 void nr_svgfonts_append_spfont(SPFont* font);
21 cairo_font_face_t* nr_svgfonts_get_user_font_face();
23 #endif //#ifndef __SVGFONTS_H__
24 #endif //#ifdef ENABLE_SVG_FONTS