https://github.com/takwolf/winxp-pixel-font
Windows XP 系统的点阵字体,提取自 Windows XP SP3 x86 官方镜像
https://github.com/takwolf/winxp-pixel-font
bitmap-font bitmap-fonts font fonts pixel pixel-font pixel-fonts windows windows-xp windows-xp-sp3
Last synced: 5 months ago
JSON representation
Windows XP 系统的点阵字体,提取自 Windows XP SP3 x86 官方镜像
- Host: GitHub
- URL: https://github.com/takwolf/winxp-pixel-font
- Owner: TakWolf
- License: other
- Created: 2025-02-24T09:11:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-06T09:26:19.000Z (about 1 year ago)
- Last Synced: 2025-04-06T10:27:04.257Z (about 1 year ago)
- Topics: bitmap-font, bitmap-fonts, font, fonts, pixel, pixel-font, pixel-fonts, windows, windows-xp, windows-xp-sp3
- Language: JavaScript
- Homepage: http://winxp-pixel-font.takwolf.com/
- Size: 40.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- 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)
# Windows XP 像素字体
[](https://github.com/TakWolf/winxp-pixel-font/releases)
Windows XP 系统的点阵字体,提取自 Windows XP SP3 x86 官方镜像。
原始字体的点阵数据基于内嵌的 [OpenType - EBDT](https://learn.microsoft.com/en-us/typography/opentype/spec/ebdt) 数据格式,其点阵字形在现代系统中使用起来不太方便。
这个项目进行了如下工作:
1. 将原始字体中的每个点阵尺寸各拆分为一个独立字体。
2. 将原始的点阵数据转换为轮廓字形。
## 程序依赖
- [Pixel Font Builder](https://github.com/TakWolf/pixel-font-builder)
- [Pixel Font Knife](https://github.com/TakWolf/pixel-font-knife)
- [FontTools](https://github.com/fonttools/fonttools)
- [Loguru](https://github.com/Delgan/loguru)
- [Cyclopts](https://github.com/BrianPugh/cyclopts)
- [Vue](https://vuejs.org)
## 许可证
### 字体
本字体并非公有领域,您在使用时,请务必谨慎考量并自负版权风险。
原始字体提取自 Windows XP SP3 x86 官方镜像,版权归属于原相关制作公司。
字体在转换的过程中,保留了原始字体的元信息。
### 构建程序
使用 [「MIT 许可证」](LICENSE-MIT) 授权。