On Thu, Oct 16, 2003 at 01:41:13PM +0100, Angus Leeming wrote: > > "Fix exact match for raw mode fonts." > > > > This may relate to the problem of using latex-xft-fonts in locales > > such > > as ru_RU.UTF-8. Testers needed ... I forget if we still try a > > rawMode load or not... > > Could you expand a little for the non-initiated?
I can try ... my memory is fuzzy. Basically, there's a setRawMode() foor QFont which is supposed to load any font requested without going through the matching algorithm. However Qt until now has decided that if the locale of the font doesn't match the current locale, it will not load it even when requested. So russian users etc. cannot use latex-xft-fonts at all. This fix might have solved this (but probably not). regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.