From b5dd8c0345435060043bfb7b5fdc17fdf1326de0 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 25 Aug 2005 01:22:53 +0000 Subject: [PATCH] (MFont): New member for_full_width. --- src/font.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 55f3c89..ff1f497 100644 --- a/src/font.h +++ b/src/font.h @@ -107,9 +107,10 @@ struct MFont enum MFontType type : 2; enum MFontSource source : 2; enum MFontSpacing spacing : 2; + unsigned for_full_width : 1; /* Pixel size of the font in 1/10 pixels. The negative value means a point size in 1/10 pt. */ - int size : 26; + int size : 25; MSymbol file; MSymbol capability; MFontEncoding *encoding; -- 1.7.10.4