From: handa Date: Fri, 13 Aug 2004 11:30:22 +0000 (+0000) Subject: (struct MRealizedFont): New member type and fontp. X-Git-Tag: REL-1-1-0~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee6d27db60a8638f960d134d368c6f74634de9cc;p=m17n%2Fm17n-lib.git (struct MRealizedFont): New member type and fontp. --- 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. */