# gerb [![License]][gpl3] [![Build Status]][actions] [![Latest Version]][crates.io] [![netbsd]][pkgsrc.se] [![aur]][aur-url] [gpl3]: https://github.com/epilys/gerb/blob/main/LICENSE [Build Status]: https://img.shields.io/github/actions/workflow/status/epilys/gerb/builds.yaml?branch=main [actions]: https://github.com/epilys/gerb/actions?query=branch%3Amain [Latest Version]: https://img.shields.io/crates/v/gerb.svg?color=white [crates.io]: https://crates.io/crates/gerb [Top Language]: https://img.shields.io/github/languages/top/epilys/gerb?color=white&logo=rust&logoColor=black [License]: https://img.shields.io/github/license/epilys/gerb?color=white [pkgsrc.se]: https://pkgsrc.se/fonts/gerb [netbsd]: https://img.shields.io/badge/netbsd-pkgsrc%2Ffonts%2Fgerb-%23777777?labelColor=%23ea6410 [aur-url]: https://aur.archlinux.org/packages/gerb-git [aur]: https://img.shields.io/badge/aur-gerb--git-%23555555?labelColor=%23ecf2f5 1. _*gerb ʰ-_: [reconstructed Proto-Indo-European root](https://en.wiktionary.org/wiki/Reconstruction:Proto-Indo-European/gerb%CA%B0-), meaning _to carve_ 2. `gerb`: a font editor in gtk3 and Rust
☛ See the Screenshots section. `gerb` is a GUI font editor and IDE. It is not production ready, but all the basics are implemented. It uses the [_UFOv3_](https://unifiedfontobject.org/versions/ufo3/index.html) format and can import:[^0] - _UFOv2_ directories - _Glyphs_ files and export:[^1] - OpenType files (`.otf`) - TrueType files (`.ttf`) [^0]: Import is performed with [`fontTools`](https://github.com/fonttools/fonttools) and [`glyphsLib`](https://github.com/googlefonts/glyphsLib). [^1]: Export is performed with [`ufo2ft`](https://github.com/googlefonts/ufo2ft). | ℹ️ Interested in contributing? Consult [`CONTRIBUTING.md`](./CONTRIBUTING.md). | | --- | ## Features - import from other font source formats - export to `.otf` and `.ttf` - configurable shortcuts system - unlimited undos - embedded python shell and API for scripting and plugins (work in progress) - git integration (work in progress) - themeable (work in progress) ### Future features - [ ] work with designspaces ([tracking issue #22](https://github.com/epilys/gerb/issues/22)) ## Screenshots [^2] [^2]: The screenshot typeface is [Sporting Grotesque](https://www.velvetyne.fr/fonts/sporting-grotesque/). ## Alternative software - [FontForge](https://fontforge.org) is the indisputable FOSS font editor. Realistically this is the only choice one has for making a professional quality typeface with free software. Some other projects in development are: - [runebender](https://github.com/linebender/runebender): development seems to have slowed down (as of Wed 15 Mar 2023). Unfortunately, the project —while excellent— looks like it is encumbered by its UI toolkit's development. In contrast, **gerb uses the standard FOSS UI toolkit, `gtk`**. - [MFEK](https://github.com/MFEK): it's focused on splitting every functionality into micro-libraries. **gerb's technical goal is shipping a font editor**. ## Install ### Packages Packages are available: - NetBSD