From: kramm Date: Mon, 6 Oct 2008 12:57:58 +0000 (+0000) Subject: added ascent/descent to font parameters X-Git-Tag: buttons-working~14 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=21cb9045b63f5abec68c3d8ffbcb8c0e234fe33a added ascent/descent to font parameters --- diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index 4a6334d..caaa983 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -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;