Metadata-Version: 2.1
Name: monoback
Version: 0.1.0
Summary: Generate aligned CJK fallback font for your favorite monospaced font.
Author-email: Asvel <fe.asvel@gmail.com>
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Fonts
Requires-Dist: fonttools >=4
Project-URL: Home, https://github.com/Asvel/monoback

﻿# monoback

Generate aligned CJK fallback font for your favorite monospaced font.

[中文介绍](README-CN.md)


## Installation

Install from PyPI (requires Python 3.7+):
```
pip install monoback
```

Or download standalone executable from [release page](https://github.com/Asvel/monoback/releases/latest). (Windows only)


## Usage

```
monoback <monospaced-font-file> <fallback-font-file> [<output-file>]
```

Then install the generated font and configure it as fallback font in your editor settings, examples:
* In VSCode, set `Editor: Font Family` to string `'main monospaced font name', 'generated font name'`.
* In JetBrains products, set `Editor > Font > Typography Settings > Fallback font` to generated font.


## License

monoback is licensed under the [MIT license](LICENSE.txt).

