Metadata-Version: 2.4
Name: pixel-font-knife
Version: 0.0.31
Summary: Bitmap, glyph asset, cmap mapping, and kerning tools for pixel-font-build pipelines
Keywords: font,pixel
Author: TakWolf
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Dist: unicodedata2>=18.0.0
Requires-Dist: unidata-blocks>=0.0.27
Requires-Dist: pyyaml>=6.0.3
Maintainer: TakWolf
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/TakWolf/pixel-font-knife
Project-URL: Source, https://github.com/TakWolf/pixel-font-knife
Project-URL: Issues, https://github.com/TakWolf/pixel-font-knife/issues
Description-Content-Type: text/markdown

# Pixel Font Knife

[![Python](https://img.shields.io/badge/python-3.12-brightgreen?style=flat-square)](https://www.python.org)
[![PyPI](https://img.shields.io/pypi/v/pixel-font-knife?style=flat-square)](https://pypi.org/project/pixel-font-knife/)

一个面向像素字体构建的工具库，提供单色位图处理、PNG 字形素材管理、多 flavor cmap/named 字形组织、引用映射和 kerning 数据生成，并可与 [Pixel Font Builder](https://github.com/TakWolf/pixel-font-builder) 配合使用。

## 安装

```shell
pip install pixel-font-knife
```

## 程序依赖

- [PyPNG](https://gitlab.com/drj11/pypng)
- [unicodedata2](https://github.com/fonttools/unicodedata2)
- [Unidata Blocks](https://github.com/TakWolf/unidata-blocks)
- [PyYAML](https://github.com/yaml/pyyaml)

## 许可证

[MIT License](LICENSE)
