Skip to content

Commit

Permalink
Fix docs: hhea.Descender should be negative for descent below the bas…
Browse files Browse the repository at this point in the history
…eline

Refer to: https://glyphsapp.com/learn/vertical-metrics
hheaDescender: the depth of the descenders in units (negative value)
  • Loading branch information
TakWolf committed Oct 13, 2024
1 parent 564ad94 commit 049fc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/OpenTypeFeatureFileSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3350,7 +3350,7 @@ For example:
table hhea {
CaretOffset -50;
Ascender 800;
Descender 200;
Descender -200; # Note that Descender is negative for descent below the baseline.
LineGap 200;
} hhea;
```
Expand Down

0 comments on commit 049fc6b

Please sign in to comment.