(struct MRealizedFont): New member type and fontp.
authorhanda <handa>
Fri, 13 Aug 2004 11:30:22 +0000 (11:30 +0000)
committerhanda <handa>
Fri, 13 Aug 2004 11:30:22 +0000 (11:30 +0000)
src/font.h

index c1de829..d17c363 100644 (file)
@@ -144,6 +144,12 @@ struct MRealizedFont
   short ascent, descent;
 
   MFontEncoding *encoding;
+
+  /* Type of the font: Mx, Mfreetype, or Mxft.  */
+  MSymbol type;
+
+  /* Pointer to the font structure.  */
+  void *fontp;
 };
 
 /** Structure to hold a list of fonts of each registry.  */