zoukankan      html  css  js  c++  java
  • 解决wine中文字体方块或乱码

    从Windows使用字体

    如果有一个安装了Windows的分区, 可以通过链接它们来使用其字体。

    例如, Windows的C:盘被挂载在/windows:

    # ln -s /windows/Windows/Fonts /usr/share/fonts/WindowsFonts
    

    然后重新生成字体缓存:

    # fc-cache
    

    或者,将Windows的字体复制到/usr/share/fonts:

    # mkdir /usr/share/fonts/WindowsFonts
    # cp /windows/Windows/Fonts/* /usr/share/fonts/WindowsFonts
    # chmod 755 /usr/share/fonts/WindowsFonts/*
    

    然后重新生成字体缓存:

    # fc-cache
    转载请保留原文链接及作者
    本文标题:
    文章作者: LepeCoder
    发布时间:
    原始链接:
  • 相关阅读:
    准备工作
    小黄衫感言
    2021软件工程总结
    4 20210412-1 原型设计作业
    2021软工-软件案例分析
    202103226-1 编程作业
    《构建之法》——读后感
    2021软件工程-第一周作业01准备工作
    Arthas笔记
    自定义 Web 容器
  • 原文地址:https://www.cnblogs.com/lepeCoder/p/7230553.html
Copyright © 2011-2022 走看看