Metadata-Version: 2.1
Name: cn_font_split
Version: 7.0.10
Summary: A revolutionary font subsetter that supports CJK and any characters!
Home-page: https://github.com/KonghaYao/cn-font-split/tree/release/packages/ffi-py
Author: KonghaYao
Author-email: 3446798488@qq.com
License: Apache-2.0
Project-URL: Homepage, https://chinese-font.netlify.app/
Project-URL: Source, https://github.com/KonghaYao/cn-font-split/tree/release/packages/ffi-py
Keywords: font converter performance wasm woff2 ttf otf opentype-fonts font-subsetter font-subset cjk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Requires-Dist: google===3.0.0
Requires-Dist: protobuf==5.29.2

# cn-font-split Python Version Beta

```sh
# 国内请设置环境变量, windows 用 set
export CN_FONT_SPLIT_GH_HOST=https://ik.imagekit.io/github
# set CN_FONT_SPLIT_GH_HOST=https://ik.imagekit.io/github # windows
cn-font-split-py i aarch64-apple-darwin@7.0.0-beta-9
cn-font-split-py -i ../demo/public/SmileySans-Oblique.ttf -o dist
```

## Dev

```sh
sh build.sh
pip3 install -e .
```
