Crates.io | glyphspack |
lib.rs | glyphspack |
version | 2.0.0 |
source | src |
created_at | 2021-11-05 16:33:24.869253 |
updated_at | 2022-05-27 23:30:22.234352 |
description | Convert between .glyphs and .glyphspackage files. |
homepage | |
repository | |
max_upload_size | |
id | 477428 |
size | 44,677 |
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.glyphspackage
Write the contents to the standard output:
$ glyphspack -fo /dev/stdout SomeFont.glyphspackage
Options:
-o
/--out
.-f
/--force
.-q
/--quiet
.Run with --help
for a complete parameter description.
glyphspack
can be installed from source with cargo:
$ cargo install glyphspack
The releases page provides pre-build executables for macOS (universal binary, works with both Apple silicon and Intel), Linux (x64 64 bit), and Windows (x64 64 bit).
Licensed under either of
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.