Skip to content

Commit 049fc6b

Browse files
committed
Fix docs: hhea.Descender should be negative for descent below the baseline
Refer to: https://glyphsapp.com/learn/vertical-metrics hheaDescender: the depth of the descenders in units (negative value)
1 parent 564ad94 commit 049fc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OpenTypeFeatureFileSpecification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3350,7 +3350,7 @@ For example:
33503350
table hhea {
33513351
CaretOffset -50;
33523352
Ascender 800;
3353-
Descender 200;
3353+
Descender -200; # Note that Descender is negative for descent below the baseline.
33543354
LineGap 200;
33553355
} hhea;
33563356
```

0 commit comments

Comments
 (0)