From 12101f8a8b7a11d922ccf7d306043b4e730c0813 Mon Sep 17 00:00:00 2001 From: Robert Dower Date: Mon, 8 Sep 2025 15:22:24 -0700 Subject: [PATCH] Update hinting source section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bfa8c27..9cbe1a70 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ NB: The prepared instances contain some additional data that cannot be maintaine For TrueType-based formats (.ttf, .woff, .woff2 files), the official releases are manually optimized for screen rendering. These “hinting” sources are stored separately from the .ufo files, which do not contain any TrueType hinting information. When rebuilding TrueType-based formats, we recommend using the “autohint” option to achieve reasonable, though not identical screen rendering. If you would like to access and edit manual hinting instructions, you will find these in the separate set of source files under `hinting/truetype hinting source`. These special TTF files will be viewable and editable using [Microsoft VTT](https://learn.microsoft.com/en-us/typography/tools/vtt/). + ## Suggesting Edits