From 21cb9045b63f5abec68c3d8ffbcb8c0e234fe33a Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 6 Oct 2008 12:57:58 +0000 Subject: [PATCH] added ascent/descent to font parameters --- lib/gfxdevice.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 1.7.10.4