Reverted to using customized fontconfig settings.
This commit is contained in:
parent
e61b39490b
commit
7848e7f3b9
23 changed files with 2690 additions and 0 deletions
8
win32/etc/fonts/conf.d/10-yes-antialias.conf
Normal file
8
win32/etc/fonts/conf.d/10-yes-antialias.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
<description>Enable antialiasing</description>
|
||||
<match target="pattern">
|
||||
<edit name="antialias" mode="append"><bool>true</bool></edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue