Skip to content

Commit

Permalink
Tweaks and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Nov 19, 2024
1 parent 7d9ad77 commit ece182c
Show file tree
Hide file tree
Showing 23 changed files with 1,171 additions and 632 deletions.
176 changes: 168 additions & 8 deletions sources/Sudo.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3322";
.appVersion = "3326";
.formatVersion = 3;
axes = (
{
Expand Down Expand Up @@ -2025,7 +2025,7 @@ name = "Feature for Feature Variations";
value = rclt;
}
);
date = "2024-09-28 16:59:04 +0000";
date = "2024-09-30 08:11:49 +0000";
familyName = Sudo;
featurePrefixes = (
{
Expand Down Expand Up @@ -2092,6 +2092,7 @@ sub wgrave by wgrave.italic;
sub wring by wring.italic;
#endif
";
disabled = 1;
tag = rlig;
},
{
Expand Down Expand Up @@ -2969,6 +2970,31 @@ value = 900;
{
name = "Preview Descender";
value = -200;
},
{
name = TTFStems;
value = (
{
horizontal = 1;
name = vmain;
width = 64;
},
{
horizontal = 0;
name = hmain;
width = 72;
},
{
horizontal = 0;
name = hthin;
width = 64;
},
{
horizontal = 1;
name = vsups;
width = 55;
}
);
}
);
guides = (
Expand Down Expand Up @@ -3021,7 +3047,6 @@ GSOffsetPosition = 0.8;
GSOffsetProportional = 1;
GSOffsetVertical = 32;
};
visible = 1;
},
{
axesValues = (
Expand Down Expand Up @@ -3140,6 +3165,31 @@ value = 900;
{
name = "Preview Descender";
value = -200;
},
{
name = TTFStems;
value = (
{
horizontal = 1;
name = vmain;
width = 80;
},
{
horizontal = 0;
name = hmain;
width = 112;
},
{
horizontal = 0;
name = hthin;
width = 80;
},
{
horizontal = 1;
name = vsups;
width = 70;
}
);
}
);
iconName = Bold;
Expand Down Expand Up @@ -3301,6 +3351,31 @@ value = 900;
{
name = "Preview Descender";
value = -200;
},
{
name = TTFStems;
value = (
{
horizontal = 1;
name = vmain;
width = 44;
},
{
horizontal = 0;
name = hmain;
width = 48;
},
{
horizontal = 0;
name = hthin;
width = 44;
},
{
horizontal = 1;
name = vsups;
width = 38;
}
);
}
);
iconName = Light;
Expand Down Expand Up @@ -3462,6 +3537,41 @@ value = 900;
{
name = "Preview Descender";
value = -200;
},
{
name = TTFStems;
value = (
{
horizontal = 1;
name = vmain;
width = 64;
},
{
horizontal = 0;
name = hmain;
width = 72;
},
{
horizontal = 0;
name = hthin;
width = 64;
},
{
horizontal = 1;
name = vsups;
width = 56;
}
);
}
);
guides = (
{
angle = 78.69;
pos = (307,640);
},
{
angle = 78.69;
pos = (307,640);
}
);
id = "BA106321-29DE-4FD0-898D-B7B08A4D4215";
Expand Down Expand Up @@ -3622,6 +3732,31 @@ value = 900;
{
name = "Preview Descender";
value = -200;
},
{
name = TTFStems;
value = (
{
horizontal = 1;
name = vmain;
width = 80;
},
{
horizontal = 0;
name = hmain;
width = 112;
},
{
horizontal = 0;
name = hthin;
width = 80;
},
{
horizontal = 1;
name = vsups;
width = 70;
}
);
}
);
guides = (
Expand Down Expand Up @@ -3784,6 +3919,31 @@ value = 900;
{
name = "Preview Descender";
value = -200;
},
{
name = TTFStems;
value = (
{
horizontal = 1;
name = vmain;
width = 44;
},
{
horizontal = 0;
name = hmain;
width = 48;
},
{
horizontal = 0;
name = hthin;
width = 44;
},
{
horizontal = 1;
name = vsups;
width = 38;
}
);
}
);
guides = (
Expand Down Expand Up @@ -27537,17 +27697,17 @@ keepAlternatesTogether = 1;
stems = (
{
horizontal = 1;
name = hMain;
name = vmain;
},
{
name = vMain;
name = hmain;
},
{
name = vStem1;
name = hthin;
},
{
horizontal = 1;
name = sups;
name = vsups;
}
);
unitsPerEm = 1024;
Expand All @@ -27566,5 +27726,5 @@ oV = "102";
};
};
versionMajor = 2;
versionMinor = 0;
versionMinor = 1;
}
10 changes: 5 additions & 5 deletions sources/Sudo.glyphspackage/glyphs/L_dot.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ shapes = (
ref = L;
},
{
pos = (128,256);
pos = (138,236);
ref = period;
}
);
Expand All @@ -35,7 +35,7 @@ shapes = (
ref = L;
},
{
pos = (128,256);
pos = (122,268);
ref = period;
}
);
Expand All @@ -48,7 +48,7 @@ shapes = (
ref = L;
},
{
pos = (128,256);
pos = (176,268);
ref = period;
}
);
Expand All @@ -61,7 +61,7 @@ shapes = (
ref = L;
},
{
pos = (128,256);
pos = (180,256);
ref = period;
}
);
Expand All @@ -74,7 +74,7 @@ shapes = (
ref = L;
},
{
pos = (128,256);
pos = (185,236);
ref = period;
}
);
Expand Down
Loading

0 comments on commit ece182c

Please sign in to comment.