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.
- Host: GitHub
- URL: https://github.com/apparata/mkfont
- Owner: apparata
- License: other
- Created: 2023-06-03T20:20:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T12:43:09.000Z (over 2 years ago)
- Last Synced: 2025-10-30T07:37:37.354Z (8 months ago)
- Topics: cli, macos
- Language: Swift
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
