nr-svgfonts.h revision 3bb2cd07f61b0baa829a6dc9457a1a0e62b12711
#include "config.h"
#ifdef ENABLE_SVG_FONTS
#ifndef __SVGFONTS_H__
#define __SVGFONTS_H__
/*
* SVGFonts rendering headear
*
* Authors:
* Felipe C. da S. Sanches <felipe.sanches@gmail.com>
*
* Copyright (C) 2008 Felipe C. da S. Sanches
*
* Released under GNU GPL version 2 or later.
* Read the file 'COPYING' for more information.
*/
#include "../sp-font.h"
#include "cairo.h"
#include <gtkmm.h>
#include <gdkmm/drawable.h>
#include "../sp-glyph.h"
#include "../sp-missing-glyph.h"
#include "../sp-font.h"
};
cairo_status_t scaled_font_unicode_to_glyph (cairo_scaled_font_t *scaled_font, unsigned long unicode, unsigned long *glyph);
cairo_status_t scaled_font_render_glyph (cairo_scaled_font_t *scaled_font, unsigned long glyph, cairo_t *cr, cairo_text_extents_t *metrics);
};
#endif //#ifndef __SVGFONTS_H__
#endif //#ifdef ENABLE_SVG_FONTS