Skip to content

Commit

Permalink
Fix shape order in colon, fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 23, 2023
1 parent 0095e0b commit 39700b5
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions sources/NotoSansNewTaiLue.glyphs
@@ -1,7 +1,7 @@
{
.appVersion = "3109";
.appVersion = "3225";
DisplayStrings = (
"/space"
"/colon.full"
);
copyright = "Copyright 2022 The Noto Project Authors (https://github.com/notofonts/new-tai-lue)";
customParameters = (
Expand Down Expand Up @@ -195,7 +195,8 @@ disablesNiceNames = 1;
familyName = "Noto Sans New Tai Lue";
featurePrefixes = (
{
code = "languagesystem DFLT dflt;\012languagesystem talu dflt;";
code = "languagesystem DFLT dflt;
languagesystem talu dflt;";
name = Languagesystems;
}
);
Expand Down Expand Up @@ -32215,23 +32216,6 @@ paths = (
{
closed = 1;
nodes = (
"553 516 OFFCURVE",
"595 556 OFFCURVE",
"595 609 CURVE SMOOTH",
"595 664 OFFCURVE",
"553 704 OFFCURVE",
"500 704 CURVE SMOOTH",
"447 704 OFFCURVE",
"405 664 OFFCURVE",
"405 609 CURVE SMOOTH",
"405 556 OFFCURVE",
"447 516 OFFCURVE",
"500 516 CURVE SMOOTH"
);
},
{
closed = 1;
nodes = (
"553 39 OFFCURVE",
"595 79 OFFCURVE",
"595 132 CURVE SMOOTH",
Expand All @@ -32245,6 +32229,23 @@ nodes = (
"447 39 OFFCURVE",
"500 39 CURVE SMOOTH"
);
},
{
closed = 1;
nodes = (
"553 516 OFFCURVE",
"595 556 OFFCURVE",
"595 609 CURVE SMOOTH",
"595 664 OFFCURVE",
"553 704 OFFCURVE",
"500 704 CURVE SMOOTH",
"447 704 OFFCURVE",
"405 664 OFFCURVE",
"405 609 CURVE SMOOTH",
"405 556 OFFCURVE",
"447 516 OFFCURVE",
"500 516 CURVE SMOOTH"
);
}
);
width = 1000;
Expand Down

0 comments on commit 39700b5

Please sign in to comment.