ubuntu 18.04 字体竖线问题解决, ubuntu,18.04,字体,竖线 |
ubuntu 18.04 字体竖线问题解决, ubuntu,18.04,字体,竖线 |
2018-05-10 20:43:45, Thu
Post
#1
|
|
猫猫猫 Group: Power Cat Posts: 626 Joined: 2006-12-8 Member No.: 2 |
https://wiki.archlinux.org/index.php/font_configuration
Disable bitmap fonts Bitmap fonts are sometimes used as fallbacks for missing fonts, which may cause text to be rendered pixelated or too large. Use the 70-no-bitmaps.conf preset to disable this behavior. To disable embedded bitmap for all fonts: ~/.config/fontconfig/conf.d/20-no-embedded.conf 代码 <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="embeddedbitmap" mode="assign"> <bool>false</bool> </edit> </match> </fontconfig> |
|
|
Lo-Fi Version | Time is now: 2024-11-1 10:27 |