X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=caaa983e56e75649af66d014c99dedc6c42b1733;hb=21cb9045b63f5abec68c3d8ffbcb8c0e234fe33a;hp=4a6334d00ab3dcf0643a5e6f254a846de66bc02f;hpb=dcd53c7fa7ec5ecc278ee7afffc96318b98a8d51;p=swftools.git 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;