Metadata-Version: 2.1
Name: bdf2ttf
Version: 0.0.5
Summary: Convert bitmap fonts into TTF format
Home-page: UNKNOWN
Author: Gabriel Holodak
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# bdf2ttf

Utilities to turn bitmap fonts into outline "pixel" fonts, in TTF format.
Getting started

```
pip3 install bdf2ttf
```

## Usage

Two scripts are included:

### bdf2ttf

Convert bitmap fonts into TTF format.

```
bdf2ttf MyCoolFont.bdf --out MyCoolFont.ttf
```

See `bdf2ttf --help` for more details.

### yml2fea

Create an OpenType feature file from YAML shorthand syntax.

```
yml2fea interesting_stuff.yml interesting_stuff.fea
```

See full documentation for more details.

## License

GNU General Public License version 3


