On 25.08.2006 11:53:28 Chris Bowditch wrote: > Andreas L Delmelle wrote: > > > On Aug 25, 2006, at 00:11, Luis Ferro wrote: > > > > <snip/> > > > It doesn't seem too difficult to alter FontInfo.java to make it first > > look for a font with the same name/weight, but with default font-style. > > > > Anyway, I'll give other devs a chance to chime in before I start > > fiddling with it. If no objections arise, I'll probably commit this > > small change during the weekend. > > This change sounds like a good idea. If you decide to do it make sure > you update the message "replacing with default font" to reflect exactly > which font was used instead.
Well, it depends. :-) You could also say that you want to find a similar font (PANOSE matching [1] which we don't have) but in the same variant, i.e. italic in this case. It really depends what is more important to you: that the font is similar but italic or that it's the same font but you fall back to non-italic. That said, I'm ok with the change. It's just that the decision should not be done just so. [1] http://en.wikipedia.org/wiki/PANOSE Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
