[Fontconfig] confused about <alias> <prefer>

Keith Packard fontconfig@fontconfig.org
Mon, 24 Feb 2003 15:11:34 -0800


Around 23 o'clock on Feb 24, Alan Chandler wrote:

> Is it possible to bind console strongly? 

Yes.  Take a look in the fonts.dtd file and you'll see that you can do:

	<edit name="family" binding="strong">
		<string>Console</console>
	</edit>

in a match/edit rule.   You can convert your alias expression to a match/
edit rule, instructions for that are also in the fonts.dtd file.

-keith