>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 20-Feb-2002 Jean-Marc Lasgouttes wrote: >> I did not have time to actually try it out, but as I said in bug >> 143, you should really rename getFontSettings to something else >> because it does not have the same semantics as the other >> getFontSettings. What about adaptFont or filterFont? Juergen> getDrawFont() ? I can live with that. The most important is that the name is not getFontSettings. We used to have a convertFont doing exactly what you need BTW. >> And what is this HARD_FONTS thing? Could you clean it up before >> commiting? As it stands the code is a bit difficult to follow. Juergen> Well I just didn't want to remove code I would need Juergen> afterwards and I had to have a look in which places I needed Juergen> the font changes. But all the code inside a #ifdef HARD_FONTS Juergen> can be removed as soon as we're sure the thing works as Juergen> wanted. OK. JMarc