Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takwolf/ark-pixel-font-inherited
方舟像素字体的传承字形版本
https://github.com/takwolf/ark-pixel-font-inherited
bitmap-font bitmap-fonts chinese chinese-simplified chinese-translation cjk font fonts game japanese korean pixel pixel-font pixel-fonts typeface
Last synced: 3 months ago
JSON representation
方舟像素字体的传承字形版本
- Host: GitHub
- URL: https://github.com/takwolf/ark-pixel-font-inherited
- Owner: TakWolf
- License: mit
- Created: 2022-04-08T15:38:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:20:12.000Z (9 months ago)
- Last Synced: 2024-05-22T12:13:49.685Z (9 months ago)
- Topics: bitmap-font, bitmap-fonts, chinese, chinese-simplified, chinese-translation, cjk, font, fonts, game, japanese, korean, pixel, pixel-font, pixel-fonts, typeface
- Language: Python
- Homepage: https://ark-pixel-font-inherited.takwolf.com
- Size: 3.54 MB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-MIT
Awesome Lists containing this project
README
# 方舟像素字体 - 传承字形 / Ark Pixel Font - Inherited
[![License OFL](https://img.shields.io/badge/license-OFL--1.1-orange)](https://openfontlicense.org)
[![License MIT](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/license/MIT)
[![Releases](https://img.shields.io/github/v/release/TakWolf/ark-pixel-font-inherited)](https://github.com/TakWolf/ark-pixel-font-inherited/releases)
[![Discord](https://img.shields.io/badge/discord-像素字体工房-4E5AF0?logo=discord&logoColor=white)](https://discord.gg/3GKtPKtjdU)
[![QQ Group](https://img.shields.io/badge/QQ群-像素字体工房-brightgreen?logo=tencentqq&logoColor=white)](https://qm.qq.com/q/X1mLrLLGYS)[「方舟像素字体」](https://github.com/TakWolf/ark-pixel-font) 的传承字形版本。
与原项目的「传统印刷 zh_tr」不同,这个项目将完全遵循 [《傳承字形標準化文件》](https://github.com/ichitenfont/inheritedglyphs) 中的指导做法。
## 预览
可以通过 [Playground](https://ark-pixel-font-inherited.takwolf.com/playground.html) 实时预览字体效果。
### 10 像素
[示例文本](https://ark-pixel-font-inherited.takwolf.com/demo-10px.html) · [等宽模式-字母表](https://ark-pixel-font-inherited.takwolf.com/alphabet-10px-monospaced.html) · [比例模式-字母表](https://ark-pixel-font-inherited.takwolf.com/alphabet-10px-proportional.html)
![preview-10px](docs/preview-10px.png)
### 12 像素
[示例文本](https://ark-pixel-font-inherited.takwolf.com/demo-12px.html) · [等宽模式-字母表](https://ark-pixel-font-inherited.takwolf.com/alphabet-12px-monospaced.html) · [比例模式-字母表](https://ark-pixel-font-inherited.takwolf.com/alphabet-12px-proportional.html)
![preview-12px](docs/preview-12px.png)
### 16 像素
[示例文本](https://ark-pixel-font-inherited.takwolf.com/demo-16px.html) · [等宽模式-字母表](https://ark-pixel-font-inherited.takwolf.com/alphabet-16px-monospaced.html) · [比例模式-字母表](https://ark-pixel-font-inherited.takwolf.com/alphabet-16px-proportional.html)
![preview-16px](docs/preview-16px.png)
## 字符统计
可以通过下面的链接来查看字体各尺寸目前支持的字符情况。
| 尺寸 | 等宽模式 | 比例模式 |
|---|---|---|
| 10px | [info-10px-monospaced](docs/info-10px-monospaced.md) | [info-10px-proportional](docs/info-10px-proportional.md) |
| 12px | [info-12px-monospaced](docs/info-12px-monospaced.md) | [info-12px-proportional](docs/info-12px-proportional.md) |
| 16px | [info-16px-monospaced](docs/info-16px-monospaced.md) | [info-16px-proportional](docs/info-16px-proportional.md) |## 下载
可通过以下渠道下载最新的版本:
- [GitHub Releases](https://github.com/TakWolf/ark-pixel-font-inherited/releases)
目前提供 `.otf`、`.ttf`、`.woff2`、`.bdf`、`.pcf` 五种格式。
## 本地构建
这是一个标准的 [Python3](https://www.python.org) 项目。
当您配置好运行环境后,执行 `python -m tools.build` 命令来开始构建。
等待任务完成后,可在 `build/outputs` 目录下找到生成的字体文件。
## 授权许可
分为「字体」和「构建程序」两个部分。
### 字体
使用 [「SIL 开放字体许可证第 1.1 版」](LICENSE-OFL) 授权,保留字体名称「Ark Pixel Inherited」。
### 构建程序
使用 [「MIT 许可证」](LICENSE-MIT) 授权。
## 官方社区
- [「像素字体工房」Discord 服务器](https://discord.gg/3GKtPKtjdU)
- [「像素字体工房」QQ 群 (302383204)](https://qm.qq.com/q/X1mLrLLGYS)## 程序依赖
- [Pixel Font Builder](https://github.com/TakWolf/pixel-font-builder)
- [Pixel Font Knife](https://github.com/TakWolf/pixel-font-knife)
- [Unidata Blocks](https://github.com/TakWolf/unidata-blocks)
- [Character Encoding Utils](https://github.com/TakWolf/character-encoding-utils)
- [PyYAML](https://github.com/yaml/pyyaml)
- [Pillow](https://github.com/python-pillow/Pillow)
- [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/)
- [Jinja](https://github.com/pallets/jinja)
- [HTTPX](https://github.com/encode/httpx)
- [Loguru](https://github.com/Delgan/loguru)
- [Cyclopts](https://github.com/BrianPugh/cyclopts)## 赞助
如果这个项目对您有帮助,请考虑赞助来支持开发工作。
[![赞赏码](https://raw.githubusercontent.com/TakWolf/TakWolf/master/images/[email protected])](https://github.com/TakWolf/TakWolf/blob/master/payment-qr-codes.md)
[![爱发电](https://raw.githubusercontent.com/TakWolf/TakWolf/master/images/[email protected])](https://afdian.com/a/takwolf)请通过下面的链接来查看收到的赞助的具体情况:
[赞助详情](https://github.com/TakWolf/TakWolf/blob/master/sponsors.md)