From ee6d27db60a8638f960d134d368c6f74634de9cc Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 13 Aug 2004 11:30:22 +0000 Subject: [PATCH] (struct MRealizedFont): New member type and fontp. --- src/font.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/font.h b/src/font.h index c1de829..d17c363 100644 --- a/src/font.h +++ b/src/font.h @@ -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. */ -- 1.7.10.4