[Fontconfig] How to get rid of bitmapped fonts?
Ing. Jozef Sakalos
jsakalos at ba.success.sk
Mon Sep 1 08:40:58 EST 2003
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.
I put <selectfont>... at the beginning of fonts.conf, then to the
end in vain.
Then I looked in the source code (I do not understand it fully) and
method FcParseAcceptRejectFont doesn't seem to reject the filename
of the font.
What am I doing wrong?
Regards,
Ing. Jozef Sakalos
jsakalos at ba.success.sk
On Sunday 31 August 2003 22:40, Keith Packard wrote:
> Around 21 o'clock on Aug 31, "Ing. Jozef Sakalos" wrote:
> > I use KDE 3.1.3, fontconfig 2.1.2, qt 3.2.1 and my problem is
> > that when there is a reference to helvetica on a web page
> > konqueror displays bitmapped font.
>
> Newer fontconfig bits (in CVS) have the ability to exclude fonts
> based on filename. I'd like to add the ability to exclude them
> based on properties, perhaps I can manage that before fontconfig
> 2.3 is released.
>
> 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
>
>
>
> _______________________________________________
> Fontconfig mailing list
> Fontconfig at fontconfig.org
> http://mail.fontconfig.org/mailman/listinfo/fontconfig
More information about the Fontconfig
mailing list