Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 36068 | Differences between
and this patch

Collapse All | Expand All

(-)fontconfig-2.2.1-orig/fonts.conf.in (+15 lines)
Lines 334-339 Link Here
334
	</match>
334
	</match>
335
335
336
	<config>
336
	<config>
337
<!-- 
338
 Artificial bold for fonts without an bold version
339
 -->
340
	<match target="font">
341
		<test name="weight" compare="less_eq">
342
			<const>medium</const>
343
		</test>
344
		<test target="pattern" name="weight" compare="more">
345
			<const>medium</const>
346
		</test>
347
		<edit name="weight" mode="assign">
348
			<const>bold</const>
349
		</edit>
350
	</match>
351
337
<!--
352
<!--
338
  These are the default Unicode chars that are expected to be blank
353
  These are the default Unicode chars that are expected to be blank
339
  in fonts.  All other blank chars are assumed to be broken and
354
  in fonts.  All other blank chars are assumed to be broken and

Return to bug 36068