Skip to content

Commit

Permalink
Merge pull request #54 from googlefonts/codegen-tour
Browse files Browse the repository at this point in the history
Add docs/codegen-tour.md
  • Loading branch information
rsheeter authored Oct 24, 2022
2 parents f636646 + c909ce2 commit c009f87
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ and [`write-fonts`][], in addition to one binary crate, [`otexplorer`][]:
## codegen

Much of the code in the `read-fonts` and `write-fonts` crate is generated
automatically. Code generation is performed by the `font-codegen` crate, and is
described in more detail in [`font-codegen/README.md`][codegen-readme].
automatically. Code generation is performed by the `font-codegen` crate. For an
overview of what we generate and how it works, see the [codegen-tour][]. For an
overview of how to use the `font-codegen` crate, see the readme at
[`font-codegen/README.md`][codegen-readme].

[codegen-readme]: ./font-codegen/README.md
[`read-fonts`]: ./read-fonts
[`font-types`]: ./font-types
[`write-fonts`]: ./write-fonts
[`otexplorer`]: ./otexplorer
[oxidize]: https://github.com/googlefonts/oxidize
[codegen-tour]: ./docs/codegen-tour.md
Loading

0 comments on commit c009f87

Please sign in to comment.