projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35513d2
)
(struct MRealizedFont): New member type and fontp.
author
handa
<handa>
Fri, 13 Aug 2004 11:30:22 +0000
(11:30 +0000)
committer
handa
<handa>
Fri, 13 Aug 2004 11:30:22 +0000
(11:30 +0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
c1de829
..
d17c363
100644
(file)
--- 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. */