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:
250db57
)
(MRealizedFont): New member max_advance.
author
handa
<handa>
Wed, 24 Aug 2005 05:28:19 +0000
(
05:28
+0000)
committer
handa
<handa>
Wed, 24 Aug 2005 05:28:19 +0000
(
05:28
+0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
36ebe8c
..
55f3c89
100644
(file)
--- a/
src/font.h
+++ b/
src/font.h
@@
-107,8
+107,9
@@
struct MFont
enum MFontType type : 2;
enum MFontSource source : 2;
enum MFontSpacing spacing : 2;
- /* Size of the font in 1/10 pixels. */
- unsigned size : 26;
+ /* Pixel size of the font in 1/10 pixels. The negative value means
+ a point size in 1/10 pt. */
+ int size : 26;
MSymbol file;
MSymbol capability;
MFontEncoding *encoding;