glyphspack converts between the .glyphs and .glyphspackage file format flavors of the Glyphs font editor.
Convert between .glyphs and .glyphspackage files:
$ glyphspack SomeFont.glyphspackage
Unpacking SomeFont.glyphspackage into SomeFont.glyphs
$ glyphspack OtherFont.glyphs
Packing OtherFont.glyphs into OtherFont.glyphspackageWrite the contents to the standard output:
glyphspack -fo /dev/stdout SomeFont.glyphspackageOptions:
- Set the output file name with
-o/--out. - Overwrite any existing files with
-f/--force. - Suppress log messages with
-q/--quiet.
Run with --help for a complete parameter description.
pip: glyphspack can be installed from PyPI:
pip install glyphspackCargo: glyphspack can be installed from crates.io:
cargo install glyphspack- In Glyphs, save a file to a different format with File → Save As… → File Format.
- A similar tool written in Python is glyphspkg.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.