From: handa Date: Fri, 5 Nov 2004 02:03:58 +0000 (+0000) Subject: (ft_to_prop): Fix "oblique" entry. X-Git-Tag: REL-1-2-0~91 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0bce3c6255fb75a72893d699ea5db5e6b81dc184;p=m17n%2Fm17n-lib.git (ft_to_prop): Fix "oblique" entry. --- 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