|
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 |
|