View | Details | Raw Unified | Return to bug 118727
Collapse All | Expand All

(-)suse-post-user.conf.old (-16 lines)
Lines 134-154 Link Here
134
                </edit>
134
                </edit>
135
        </match>
135
        </match>
136
136
137
<!-- 
138
 Artificial bold for fonts without an bold version
139
 -->
140
141
	<match target="font">
142
		<test name="weight" compare="less_eq">
143
			<const>medium</const>
144
		</test>
145
		<test target="pattern" name="weight" compare="more">
146
			<const>medium</const>
147
		</test>
148
		<edit name="weight" mode="assign">
149
			<const>bold</const>
150
		</edit>
151
	</match>
152
153
</fontconfig>
137
</fontconfig>
154
138
(-)fonts.conf.old (-3 / +7 lines)
Lines 361-376 Link Here
361
	<match target="font">
361
	<match target="font">
362
		<!-- check to see if the font is just regular -->
362
		<!-- check to see if the font is just regular -->
363
		<test name="weight" compare="less_eq">
363
		<test name="weight" compare="less_eq">
364
			<int>100</int>
364
			<const>medium</const>
365
		</test>
365
		</test>
366
		<!-- check to see if the pattern requests bold -->
366
		<!-- check to see if the pattern requests bold -->
367
		<test target="pattern" name="weight" compare="more_eq">
367
		<test target="pattern" name="weight" compare="more">
368
			<int>200</int>
368
			<const>medium</const>
369
		</test>
369
		</test>
370
		<!-- set the embolden flag -->
370
		<!-- set the embolden flag -->
371
		<edit name="embolden" mode="assign">
371
		<edit name="embolden" mode="assign">
372
			<bool>true</bool>
372
			<bool>true</bool>
373
		</edit>
373
		</edit>
374
		<!-- It's for Xft -->
375
		<edit name="weight" mode="assign">
376
			<const>bold</const>
377
		</edit>
374
	</match>
378
	</match>
375
379
376
380

Return to bug 118727