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:
60b3ce2
)
(ft_to_prop): Fix "oblique" entry.
author
handa
<handa>
Fri, 5 Nov 2004 02:03:58 +0000
(
02:03
+0000)
committer
handa
<handa>
Fri, 5 Nov 2004 02:03:58 +0000
(
02:03
+0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
828b8bd
..
3753a30
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-69,7
+69,7
@@
typedef struct
static MFTtoProp ft_to_prop[] =
{ { "italic", 0, MFONT_STYLE, "i" },
{ "roman", 0, MFONT_STYLE, "r" },
- { "oblique", 0, MFONT_STYLE, "p" },
+ { "oblique", 0, MFONT_STYLE, "o" },
{ "regular", 0, MFONT_WEIGHT, "medium" },
{ "normal", 0, MFONT_WEIGHT, "medium" },
/* We need this entry even if "bold" is in commone_weight[] to