[Fontconfig] match all bold fonts?

Keith Packard fontconfig@fontconfig.org
Mon, 03 Mar 2003 20:25:22 -0800


Around 19 o'clock on Mar 3, Grigori Goronzy wrote:

> So, what are the right values for thin/normal/bold fonts? I also tried
> using a string and "bold" as the value, no luck either. 

You can use the const elements:

	<const>medium</const>

I'd do your test as:

	<match target="font">
		<test name="weight" compare="more"><const>medium</const></test>
		<edit name="antialias"><bool>true</bool></edit>
	</match>

Use the font target for all changes to how a particular font is rendered 
and pattern target for changes in how a font is selected from those 
available.

-keith


Keith Packard        Cambridge Research Lab	Hewlett Packard