IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> ubuntu 18.04 字体竖线问题解决, ubuntu,18.04,字体,竖线
猫猫草
post 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>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 2024-10-17 07:29