From f47104ea914bfa5aa14ddba3d7554af2b53480a3 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 10 Oct 2002 23:53:10 +0000 Subject: [PATCH] Better management of composite names fonts in RTF parser git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14713 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1985a800e..f9f1c121f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 11 01:37:57 2002 Nicola Pero + + * TextConverters/RTF/RTFConsumer.m ([RTFAttribute -currentFont]): + If the font can't be found in the usual ways, try to get it as a + composite font name like 'FontFamily-Face' + (Patch by Georg Fleischmann modified). + Fri Oct 11 01:15:55 2002 Nicola Pero * Source/NSFont.m (getNSFont): If fontWithName:size: returns nil,