From: handa Date: Tue, 20 Nov 2007 02:53:43 +0000 (+0000) Subject: (MFLTGlyph): New member . X-Git-Tag: REL-1-5-0~44 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5a4cd1ea1a23be1e84b3261900ce231be20e877a;p=m17n%2Fm17n-lib.git (MFLTGlyph): New member . --- diff --git a/src/m17n-flt.h b/src/m17n-flt.h index 526978c..235e7d5 100644 --- a/src/m17n-flt.h +++ b/src/m17n-flt.h @@ -87,6 +87,10 @@ struct _MFLTGlyph /***en Flag to tell if the metrics of the glyph (members thru ) are already calculated. */ unsigned measured : 1; + /***en Flag to tell if the metrics of the glyph is adjusted, + i.e. or is different from the normal size, or + or is nonzero. */ + unsigned adjusted : 1; /***en For m17n-lib's internal use only. */ unsigned internal : 30;