Raph Levien b8dbb77145 Add glyphstool subdir | 3 years ago | |
---|---|---|
.. | ||
plist_derive | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
LICENSE-APACHE | 3 years ago | |
LICENSE-MIT | 3 years ago | |
README.md | 3 years ago |
This subdirectory contains some Rust tools for manipulating font files in the Glyphs format. These are special-purpose for doing manipulations on the Inconsolata sources, but could perhaps be adapted into more general purpose tools.
Perhaps the most valuable going forward is the "info-syms" script, which generates a set of line and box drawing glyphs. This is inspired by the box-drawing library that was developed for Source Code Pro, but has its own drawing logic, largely to support a wide range of widths and weights.
The best source of documentation is "read the source," sadly. If people navigate through it and make notes, those will gladly be accepted as a PR.
Licensed under either of