glyphs-reader 0.2.3

Parsing .glyphs source files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# glyphs-reader

This crate reads Glyphs 2 and Glyphs 3 files.

It is part of [`fontc`], a font compiler.

## Origins

Plist code copied from https://github.com/raphlinus/interp-toy/tree/main/glyphstool
at e87f62c0922ce04ea0cee83d624bd9b7d8eafbd8.

Lightly modified:

* removed code related to modifying the font to focus on reading
* fixed clippy warnings
* made Plist Hash

[`fontc`]: https://github.com/googlefonts/fontc