Giter VIP home page Giter VIP logo

yahei-sarasa's Introduction

介绍

本项目主要用于自动将更纱黑体转换为微软雅黑和宋体,它包含以下功能:

  • 自动下载并解压最新的更纱黑体发行版
  • 使用 fontforge 篡改更纱黑体中的字体信息
  • 合并篡改后的文件,把它放到指定目录

关于代码的运行

  1. 在 ubuntu 中安装以下依赖
apt install fontforge
apt install python3-fontforge
  1. 在 pip 中安装以下依赖
pip3 install wget
pip3 install py7zr
  1. 运行入口文件
python3 auto_all.py

关于配置

auto_configs.py 文件中修改生成配置:

HINTED  # 是否下载 Hinted 版本
REGULAR_SOURCE  # 标准字体来源的文件名
BOLD_SOURCE  # 粗体来源的文件名
LIGHT_SOURCE  # 细体来源的文件名
SIMSUN_SOURCE  # 宋体来源的文件名
COPYRIGHT  # 字体的 Copyright
TEMP_DIR  # 临时目录
RESULT_DIR  # 结果目录
OTHER_COPY  # 你想复制的其他文件到结果目录

yahei-sarasa's People

Contributors

chenh96 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.