From c0bbf18d365ece59efff934b4ce1ccd1aa77899a Mon Sep 17 00:00:00 2001 From: handa Date: Sun, 21 Mar 2004 23:18:50 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 7 +++++++ src/font.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index c7bb5e5..005812d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-03-22 Kenichi Handa + + * fontset.c (realize_font_group): Adjust the font size by + mfont__resize before selecting a font. + + * font-ft.c (mfont__ft_init): Add oblique and boldoblique. + 2004-03-19 Kenichi Handa * Version 1.0 Patch Level 1 released. diff --git a/src/font.c b/src/font.c index fa39508..1fc322e 100644 --- a/src/font.c +++ b/src/font.c @@ -123,6 +123,8 @@ Narrow Bold Italic bold i condensed Black black r normal Black Italic black i normal + Oblique medium o normal + BoldOblique bold o normal @endverbatim Style names not listed in the above table are treated as -- 1.7.10.4