How to get rid of bitmapped fonts?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Keith,

I found the problem. It's not the fontconfig problem, it's QT 
problem. QT logic is to check first system fonts and THEN ask 
fontconfig to get the font.

If an application asks for Helvetica QT returns bitmapped font 
before asking fontconfig.

I don't like it at all... Maybe I'll send you a QT patch.

Best regards,
Ing. Jozef Sakalos
jsakalos@xxxxxxxxxxxxx

On Monday 01 September 2003 00:40, Ing. Jozef Sakalos wrote:
> Hi Keith,
>
> I've done as you wrote but it doesn't work. I use CVS version of
> fontconfig that anounces itself as 2.2.90.
>

> > Using the filename based exclusion, you can eliminate pcf and
> > bdf fonts from consideration:
> >
> > <!-- reject bitmap fonts -->
> >
> > <selectfont>
> >   <rejectfont>
> >     <glob>/usr/X11R6/lib/X11/fonts/misc*</glob>
> >     <glob>*.pcf*</glob>
> >     <glob>*.bdf*</glob>
> >   </rejectfont>
> > </selectfont>
> >
> > -keith



[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux