(MRealizedFont): New member max_advance.
authorhanda <handa>
Wed, 24 Aug 2005 05:28:19 +0000 (05:28 +0000)
committerhanda <handa>
Wed, 24 Aug 2005 05:28:19 +0000 (05:28 +0000)
src/font.h

index 36ebe8c..55f3c89 100644 (file)
@@ -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;