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:
2ad9eb9
)
(DEVICE_DELTA): Fix typo.
author
handa
<handa>
Fri, 7 Jul 2006 03:44:42 +0000
(
03:44
+0000)
committer
handa
<handa>
Fri, 7 Jul 2006 03:44:42 +0000
(
03:44
+0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
82d9850
..
d3fe45d
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-2231,7
+2231,7
@@
mfont__ft_unparse_name (MFont *font)
#define DEVICE_DELTA(table, size) \
(((size) >= (table).StartSize && (size) <= (table).EndSize) \
- ? (table).DeltaValue[(size) >= (table).StartSize] \
+ ? (table).DeltaValue[(size) - (table).StartSize] \
: 0)
void