Ways to support Chinese in steam under Linux

Source: Internet
Author: User

Several solutions have been searched, such as adding skins, and so on, on my arch machine, and when searching for Linux steam CJK,

Found a link to resolve the DOTA2 display in Chinese is not correct, the feeling may be useful, the reference to take care of the matter

Link:

https://cubarco.org/blog/2015/05/dota2-blocky-cjk-fonts-workaround/#fn: 1

Workaround:

Create xxx-font-config.conf, see below

<?xml version= "1.0"? ><! DOCTYPE fontconfig SYSTEM "Fonts.dtd" ><fontconfig>  <include ignore_missing= "No" >fonts.conf</ include>  <match target= "pattern" >    <test qual= "any" name= "family" >      <string>arial </string>    </test>    <edit name= "Family" mode= "assign" binding= "Same" >      <string> Wenquanyi Zen hei</string>    </edit>  </match></fontconfig>

This is the black font that replaces Arial with a written spring.

Then get a startup script that sets the environment variables before calling steam.

Export fontconfig_file=/usr/local/steam/steam-/usr/local/steam/bin/steam &

This way, on steam, you can set the interface to Simplified Chinese on the interface.

Ways to support Chinese in steam under Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.