From 7a24d045e3cdbf633ebac483d9409b39f86c4bcb Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 24 Aug 2005 05:28:19 +0000 Subject: [PATCH] (MRealizedFont): New member max_advance. --- src/font.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/font.h b/src/font.h index 36ebe8c..55f3c89 100644 --- a/src/font.h +++ b/src/font.h @@ -107,8 +107,9 @@ struct MFont enum MFontType type : 2; enum MFontSource source : 2; enum MFontSpacing spacing : 2; - /* Size of the font in 1/10 pixels. */ - unsigned size : 26; + /* Pixel size of the font in 1/10 pixels. The negative value means + a point size in 1/10 pt. */ + int size : 26; MSymbol file; MSymbol capability; MFontEncoding *encoding; -- 1.7.10.4