Skip to content

Convert between .glyphs and .glyphspackage files.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

florianpircher/glyphspack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glyphspack

glyphspack converts between the .glyphs and .glyphspackage file format flavors of the Glyphs font editor.

Usage

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:

  • 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.

Installation

The releases page provides pre-built executables for macOS (universal binary, works with both Apple silicon and Intel), Linux (x64 64 bit), and Windows (x64 64 bit).

Alternatively, glyphspack can be installed from source with cargo:

$ cargo install glyphspack

Alternatives

  • In Glyphs, save a file to a different format with File → Save As… → File Format.
  • A similar tool written in Python is glyphspkg.

License

Licensed under either of

at your option.

Contribution

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.

About

Convert between .glyphs and .glyphspackage files.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages