From: handa Date: Wed, 24 Aug 2005 05:28:19 +0000 (+0000) Subject: (MRealizedFont): New member max_advance. X-Git-Tag: REL-1-3-0~239 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a24d045e3cdbf633ebac483d9409b39f86c4bcb;p=m17n%2Fm17n-lib.git (MRealizedFont): New member max_advance. --- 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;