https://github.com/takwolf/hzk-pixel-font
UCDOS 系统的点阵字体
https://github.com/takwolf/hzk-pixel-font
bitmap-font bitmap-fonts chinese font fonts game hzk pixel pixel-font pixel-fonts
Last synced: 21 days ago
JSON representation
UCDOS 系统的点阵字体
- Host: GitHub
- URL: https://github.com/takwolf/hzk-pixel-font
- Owner: TakWolf
- License: other
- Created: 2020-12-24T12:17:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T08:19:45.000Z (about 2 months ago)
- Last Synced: 2025-03-27T00:12:44.511Z (about 1 month ago)
- Topics: bitmap-font, bitmap-fonts, chinese, font, fonts, game, hzk, pixel, pixel-font, pixel-fonts
- Language: Python
- Homepage: http://hzk-pixel-font.takwolf.com/
- Size: 7.6 MB
- Stars: 68
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-FONT.md
Awesome Lists containing this project
README
> [!WARNING]
>
> 本字体并非公有领域,您在使用时,请务必谨慎考量并自负版权风险。
>
> 如果您正在寻找可以免费商用的开源中文像素字体,请尝试以下项目:
>
> - [方舟像素字体](https://github.com/TakWolf/ark-pixel-font)
> - [缝合像素字体](https://github.com/TakWolf/fusion-pixel-font)# 汉字库像素字体 / HZK Pixel Font
[](https://github.com/TakWolf/hzk-pixel-font/releases)
UCDOS 系统的点阵字体,字模来源于 [BitmapFont](https://github.com/aguegu/BitmapFont/tree/master/font)。
这个项目提供了构建字体所需要的完整程序。
## 预览
12 像素预览:

16 像素预览:

## 程序依赖
- [Pixel Font Builder](https://github.com/TakWolf/pixel-font-builder)
- [Pixel Font Knife](https://github.com/TakWolf/pixel-font-knife)
- [Character Encoding Utils](https://github.com/TakWolf/character-encoding-utils)
- [Pillow](https://github.com/python-pillow/Pillow)
- [Loguru](https://github.com/Delgan/loguru)## 许可证
### 字体
本字体使用的字模来源于:[BitmapFont](https://github.com/aguegu/BitmapFont/tree/master/font)
[原项目作者博客描述](https://web.archive.org/web/20161108093925/http://aguegu.net/?p=1279),该字模可能来源于 UCDOS,或是早期的 WPS。
[其他网友考证](https://github.com/aguegu/BitmapFont/issues/1#issuecomment-2292428939),字模由香港 Compufont 制作。
因此,本字体并非公有领域,您在使用时,请务必谨慎考量并自负版权风险。
欢迎提供其它考据。
### 构建程序
使用 [「MIT 许可证」](LICENSE-MIT) 授权。