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:
a6e74c5
)
(MRealizedFont): New member average_width.
author
handa
<handa>
Thu, 22 Sep 2005 07:27:37 +0000
(07:27 +0000)
committer
handa
<handa>
Thu, 22 Sep 2005 07:27:37 +0000
(07:27 +0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
1ae21b9
..
e47d91f
100644
(file)
--- a/
src/font.h
+++ b/
src/font.h
@@
-152,7
+152,7
@@
struct MRealizedFont
non-NULL, it must be a pointer to a managed object. */
void *info;
- int ascent, descent, max_advance, baseline_offset;
+ int ascent, descent, max_advance, average_width, baseline_offset;
/* Pointer to the font structure. */
void *fontp;