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:
5b77828
)
(MFont): New member for_full_width.
author
handa
<handa>
Thu, 25 Aug 2005 01:22:53 +0000
(
01:22
+0000)
committer
handa
<handa>
Thu, 25 Aug 2005 01:22:53 +0000
(
01:22
+0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
55f3c89
..
ff1f497
100644
(file)
--- a/
src/font.h
+++ b/
src/font.h
@@
-107,9
+107,10
@@
struct MFont
enum MFontType type : 2;
enum MFontSource source : 2;
enum MFontSpacing spacing : 2;
+ unsigned for_full_width : 1;
/* Pixel size of the font in 1/10 pixels. The negative value means
a point size in 1/10 pt. */
- int size : 26;
+ int size : 25;
MSymbol file;
MSymbol capability;
MFontEncoding *encoding;