----- Ursprüngliche Nachricht ----- Von: Alan Yaniger <[email protected]> Datum: Mittwoch, Dezember 17, 2008 5:30 pm Betreff: Re: [dev] Display of current font name An: [email protected]
> Hi Mathias, > > Thanks for your help. I've been working on issue 81333, and I > submitted a patch which changes the font for weak chars in RTL > context. The font is changed properly, but the font box apparently has > not been notified of the change, and I still see the Western font name > when I ought to be seeing the CTL font name. Apparently the change is > not detected. > Hi, the method that determines the current font name checks which script type is active and then returns the font name that is set for this script type. Maybe ImpEditEngine::GetScriptType() (svx/source/editeng/impedit2.cxx) returns Western instead of CTL in the given situation. Regards, Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
