An open API service indexing awesome lists of open source software.

https://github.com/apparata/mkfont

Tool for generating a Swift package for a particular font given the font files.
https://github.com/apparata/mkfont

cli macos

Last synced: 2 days ago
JSON representation

Tool for generating a Swift package for a particular font given the font files.

Awesome Lists containing this project

README

          

# mkfont

This is a command line / UI tool for generating Swift Packages from fonts.

## License

mkfont is distributed under the MIT license. See LICENSE file for details.

mkfont depends on a few open-source frameworks. See LICENSE file for details.

## Installing `mkfont`

You can use Mint:

```
$ mint install apparata/mkfont
```

## Usage

### CLI tool

Run the following command:

```
$ mkfont MyFontFileDirectory /tmp/output
```

### UI tool

Run the following command:

```
$ mkfont ui
```
![Example](https://github.com/apparata/mkfont/assets/384210/62851446-9747-4656-842a-b1d7c67fb7e3)