From 5a4cd1ea1a23be1e84b3261900ce231be20e877a Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 20 Nov 2007 02:53:43 +0000 Subject: [PATCH] (MFLTGlyph): New member . --- src/m17n-flt.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 1.7.10.4