replaced libart with new polygon code
[swftools.git] / lib / gfxdevice.h
index 4a6334d..caaa983 100644 (file)
@@ -35,6 +35,9 @@ typedef struct _gfxfont
     const char*id;
     int num_glyphs;
     int max_unicode;
+    
+    double ascent,descent;
+
     gfxglyph_t*glyphs;
     int* unicode2glyph;
 } gfxfont_t;