Skip to content

Commit

Permalink
Fix vertical metrics to current GF
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Oct 4, 2022
1 parent cb491f6 commit 5225bf7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sources/NotoSerifTangut.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -7229,31 +7229,31 @@ capHeight = 712;
customParameters = (
{
name = typoAscender;
value = 836;
value = 856;
},
{
name = typoDescender;
value = -146;
value = -150;
},
{
name = typoLineGap;
value = 0;
},
{
name = winAscent;
value = 836;
value = 856;
},
{
name = winDescent;
value = 146;
value = 150;
},
{
name = hheaAscender;
value = 836;
value = 856;
},
{
name = hheaDescender;
value = -146;
value = -150;
},
{
name = strikeoutPosition;
Expand All @@ -7265,7 +7265,7 @@ value = 49;
},
{
name = underlinePosition;
value = -146;
value = -150;
},
{
name = underlineThickness;
Expand Down

0 comments on commit 5225bf7

Please sign in to comment.