(MRealizedFont): New member baseline_offset.
authorhanda <handa>
Mon, 19 Sep 2005 00:55:28 +0000 (00:55 +0000)
committerhanda <handa>
Mon, 19 Sep 2005 00:55:28 +0000 (00:55 +0000)
src/font.h

index ff1f497..1ae21b9 100644 (file)
@@ -152,7 +152,7 @@ struct MRealizedFont
      non-NULL, it must be a pointer to a managed object.  */
   void *info;
 
-  int ascent, descent, max_advance;
+  int ascent, descent, max_advance, baseline_offset;
 
   /* Pointer to the font structure.  */
   void *fontp;