Tutorials on installing on CentOS
/Usr/share/fonts/simsun. ttc
Mkfontdir
Mkfontscale
Fc-cache-fv
# List all installed Chinese fonts. If you have not installed any Chinese fonts, refer to the article above.
Fc-list: lang = zh
#, SimSun: style = Regular
# Check how the font goes.
Fc-match Arial-s
# SimSun. ttf: "SimSun" "Regular"
# N019003l. pfb: "Nimbus Sans L" "Regular"
# Cursor. pfa: "Cursor" "Regular"
# D050000l. pfb: "Dingbats" "Regular"
# S050000l. pfb: "Standard Symbols L" "Regular"
# Oh, that's right. Why does phantomjs not recognize it)
# View local language settings
Locale
# LANG = zh_CN.UTF-8
# LC_CTYPE = zh_CN.UTF-8
# LC_NUMERIC = "zh_CN.UTF-8"
# LC_TIME = "zh_CN.UTF-8"
# LC_COLLATE = "zh_CN.UTF-8"
# LC_MONETARY = "zh_CN.UTF-8"
# LC_MESSAGES = "zh_CN.UTF-8"
# LC_PAPER = "zh_CN.UTF-8"
# LC_NAME = "zh_CN.UTF-8"
# LC_ADDRESS = "zh_CN.UTF-8"
# LC_TELEPHONE = "zh_CN.UTF-8"
# LC_MEASUREMENT = "zh_CN.UTF-8"
# LC_IDENTIFICATION = "zh_CN.UTF-8"
# LC_ALL =
# Well, it is said that QT has a problem with ", SimSun: style = Regular"
Export LC_CTYPE = en_US.UTF-8
Fc-list: lang = zh
# SimSun, style: style = Regular
# After changing the sequence, try..., haha. The phantomjs Chinese problem is solved---|