From 0738af3162a2892cd0c4510ee6563be798faae1b Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 19 Sep 2005 00:55:28 +0000 Subject: [PATCH] (MRealizedFont): New member baseline_offset. --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index ff1f497..1ae21b9 100644 --- a/src/font.h +++ b/src/font.h @@ -152,7 +152,7 @@ struct MRealizedFont non-NULL, it must be a pointer to a managed object. */ void *info; - int ascent, descent, max_advance; + int ascent, descent, max_advance, baseline_offset; /* Pointer to the font structure. */ void *fontp; -- 1.7.10.4