Skip to content

Commit c5c166e

Browse files
committed
Fix interpolation of ringcomb and acutecomb
1 parent f7c653d commit c5c166e

File tree

7 files changed

+166
-117
lines changed

7 files changed

+166
-117
lines changed

dist/sudo.zip

9.2 KB
Binary file not shown.

src/Sudo.glyphs

+51-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
.appVersion = "1346";
2+
.appVersion = "1348";
33
DisplayStrings = (
44
"I/whiteFrowningFace I/emoji.mouth I/whiteSmilingFace I/grinningFaceWithSmilingEyes I/grinningFace I/emoji.eyes.smiling/smilingFaceWithSmilingEyes I",
55
"ÉAÁ/Abreve ÂÄÀ/Amacron/Aogonek Å/Aringacute Ã",
66
"/hbar",
77
"/g.ss01",
8-
s
8+
s,
9+
"/ringcomb/ringcomb.case Å"
910
);
1011
classes = (
1112
{
@@ -425977,6 +425978,54 @@ name = "Bold Italic";
425977425978
weightClass = Bold;
425978425979
},
425979425980
{
425981+
customParameters = (
425982+
{
425983+
name = "Remove Features";
425984+
value = (
425985+
kern,
425986+
mark,
425987+
mkmk
425988+
);
425989+
},
425990+
{
425991+
name = "Decompose Glyphs";
425992+
value = (
425993+
asterisk,
425994+
gearWithoutHub
425995+
);
425996+
},
425997+
{
425998+
name = "Instance Preview";
425999+
value = (
426000+
H,
426001+
a,
426002+
i,
426003+
m,
426004+
f,
426005+
g,
426006+
r,
426007+
o,
426008+
n,
426009+
k,
426010+
one,
426011+
nine,
426012+
seven,
426013+
six
426014+
);
426015+
}
426016+
);
426017+
interpolationWeight = 92;
426018+
interpolationWidth = 50;
426019+
instanceInterpolations = {
426020+
"92967D72-867E-4A8B-929F-F44D834DD4C9" = 0.25;
426021+
"95FB0C11-C828-4064-8966-34220AA4D426" = 0.25;
426022+
"BA106321-29DE-4FD0-898D-B7B08A4D4215" = 0.25;
426023+
"EBAB10B0-9FDE-44C7-9B16-DD2313400F4E" = 0.25;
426024+
};
426025+
name = Medium;
426026+
weightClass = Medium;
426027+
},
426028+
{
425980426029
exports = 0;
425981426030
customParameters = (
425982426031
{

src/SudoVariable.glyphs

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
.appVersion = "1348";
3-
DisplayStrings = (
4-
"/dieresiscomb/dotaccentcomb g/gravecomb/acutecomb/hungarumlautcomb/circumflexcomb/caroncomb/brevecomb/ringcomb/tildecomb/macroncomb/macroncomb_brevecomb/overlinecomb/hookabovecomb/commaturnedabovecomb/commaaboverightcomb/horncomb/dotbelowcomb/commaaccentcomb/cedillacomb/ogonekcomb/strokeshortcomb"
5-
);
63
classes = (
74
{
85
automatic = 1;
@@ -85,7 +82,7 @@ Tag = wght;
8582
);
8683
}
8784
);
88-
date = "2020-09-28 18:41:48 +0000";
85+
date = "2020-10-20 07:53:55 +0000";
8986
designer = "Jens Kutilek";
9087
designerURL = "http://www.kutilek.de/";
9188
familyName = "Sudo Variable";
@@ -401342,5 +401339,5 @@ type = glyphList;
401342401339
);
401343401340
};
401344401341
versionMajor = 0;
401345-
versionMinor = 51;
401342+
versionMinor = 52;
401346401343
}

sudo/FONTLOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Sudo is Copyright (c) 2009-2020, Jens Kutilek (http://www.kutilek.de/).
22

3+
Version 0.052 (Fix for variable font only)
4+
- Fix interpolation of ringcomb and acutecomb
5+
36
Version 0.051
47
- Bugfix uni1D7B (#18)
58
- Add uni026A

sudo/SudoVariable.ttf

-172 Bytes
Binary file not shown.

sudo/Webfonts/SudoVariable.woff2

-308 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)