From: handa Date: Thu, 25 Aug 2005 01:22:53 +0000 (+0000) Subject: (MFont): New member for_full_width. X-Git-Tag: REL-1-3-0~226 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b5dd8c0345435060043bfb7b5fdc17fdf1326de0;p=m17n%2Fm17n-lib.git (MFont): New member for_full_width. --- 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;