sp-glyph.h revision b411bf4b8d2be4d10c0c5371c3b282639ff47bcf
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef ENABLE_SVG_FONTS
#ifndef __SP_GLYPH_H__
#define __SP_GLYPH_H__
/*
* SVG <glyph> element implementation
*
* Authors:
* Felipe C. da S. Sanches <juca@members.fsf.org>
*
* Copyright (C) 2008 Felipe C. da S. Sanches
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "sp-object.h"
#define SP_TYPE_GLYPH (sp_glyph_get_type ())
enum glyphArabicForm {
};
enum glyphOrientation {
};
char* d;
char* lang;
double horiz_adv_x;
double vert_origin_x;
double vert_origin_y;
double vert_adv_y;
};
struct SPGlyphClass {
};
GType sp_glyph_get_type (void);
#endif //#ifndef __SP_GLYPH_H__
#endif //#ifdef ENABLE_SVG_FONTS