X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ffont-ft.c;h=3753a30ccc9bfbb85bd712e7ae2a3439137be893;hb=3dbe5210009c5328999362178544d143a8f7b992;hp=828b8bdc8671005cd4057ebc50e1e4a916857608;hpb=e5288e9f202ab953fa13a9a3b4102d1c2ebdab4c;p=m17n%2Fm17n-lib.git diff --git a/src/font-ft.c b/src/font-ft.c index 828b8bd..3753a30 100644 --- 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