From 4898a4f0bfa0b084b88eacaa1bee1304599cc73f Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:11:35 +0700 Subject: [PATCH 01/15] Add straight spur variant of u0061 ('a') This commit adds the straight spur variant of U+0061 ('a'). --- glyphs/u0061-straightspur/README.md | 4 ++ glyphs/u0061-straightspur/bold/a.glif | 55 +++++++++++++++++++ glyphs/u0061-straightspur/bolditalic/a.glif | 61 +++++++++++++++++++++ glyphs/u0061-straightspur/italic/a.glif | 61 +++++++++++++++++++++ glyphs/u0061-straightspur/regular/a.glif | 58 ++++++++++++++++++++ 5 files changed, 239 insertions(+) create mode 100644 glyphs/u0061-straightspur/README.md create mode 100644 glyphs/u0061-straightspur/bold/a.glif create mode 100644 glyphs/u0061-straightspur/bolditalic/a.glif create mode 100644 glyphs/u0061-straightspur/italic/a.glif create mode 100644 glyphs/u0061-straightspur/regular/a.glif diff --git a/glyphs/u0061-straightspur/README.md b/glyphs/u0061-straightspur/README.md new file mode 100644 index 0000000..e1f1281 --- /dev/null +++ b/glyphs/u0061-straightspur/README.md @@ -0,0 +1,4 @@ +U+0061 ('a') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u0061-straightspur/bold/a.glif b/glyphs/u0061-straightspur/bold/a.glif new file mode 100644 index 0000000..323e8f6 --- /dev/null +++ b/glyphs/u0061-straightspur/bold/a.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0061-straightspur/bolditalic/a.glif b/glyphs/u0061-straightspur/bolditalic/a.glif new file mode 100644 index 0000000..7b01935 --- /dev/null +++ b/glyphs/u0061-straightspur/bolditalic/a.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0061-straightspur/italic/a.glif b/glyphs/u0061-straightspur/italic/a.glif new file mode 100644 index 0000000..b0d434b --- /dev/null +++ b/glyphs/u0061-straightspur/italic/a.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0061-straightspur/regular/a.glif b/glyphs/u0061-straightspur/regular/a.glif new file mode 100644 index 0000000..8493628 --- /dev/null +++ b/glyphs/u0061-straightspur/regular/a.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From db3d05ae73f12e0a04067891dc9d6a560f8d5c94 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:14:45 +0700 Subject: [PATCH 02/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0AA=20('=C2=AA')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00AA ('ª'). --- glyphs/u00AA-straightspur/README.md | 4 + .../u00AA-straightspur/bold/ordfeminine.glif | 85 +++++++++++++++ .../bolditalic/ordfeminine.glif | 100 ++++++++++++++++++ .../italic/ordfeminine.glif | 96 +++++++++++++++++ .../regular/ordfeminine.glif | 91 ++++++++++++++++ 5 files changed, 376 insertions(+) create mode 100644 glyphs/u00AA-straightspur/README.md create mode 100644 glyphs/u00AA-straightspur/bold/ordfeminine.glif create mode 100644 glyphs/u00AA-straightspur/bolditalic/ordfeminine.glif create mode 100644 glyphs/u00AA-straightspur/italic/ordfeminine.glif create mode 100644 glyphs/u00AA-straightspur/regular/ordfeminine.glif diff --git a/glyphs/u00AA-straightspur/README.md b/glyphs/u00AA-straightspur/README.md new file mode 100644 index 0000000..30840ec --- /dev/null +++ b/glyphs/u00AA-straightspur/README.md @@ -0,0 +1,4 @@ +U+00AA ('ª') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00AA-straightspur/bold/ordfeminine.glif b/glyphs/u00AA-straightspur/bold/ordfeminine.glif new file mode 100644 index 0000000..2296c06 --- /dev/null +++ b/glyphs/u00AA-straightspur/bold/ordfeminine.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00AA-straightspur/bolditalic/ordfeminine.glif b/glyphs/u00AA-straightspur/bolditalic/ordfeminine.glif new file mode 100644 index 0000000..9d2c22f --- /dev/null +++ b/glyphs/u00AA-straightspur/bolditalic/ordfeminine.glif @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00AA-straightspur/italic/ordfeminine.glif b/glyphs/u00AA-straightspur/italic/ordfeminine.glif new file mode 100644 index 0000000..3ec08b4 --- /dev/null +++ b/glyphs/u00AA-straightspur/italic/ordfeminine.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00AA-straightspur/regular/ordfeminine.glif b/glyphs/u00AA-straightspur/regular/ordfeminine.glif new file mode 100644 index 0000000..bd17c22 --- /dev/null +++ b/glyphs/u00AA-straightspur/regular/ordfeminine.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 07638a9ab96b4dcd2dd845e34cc9070da98aef57 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:16:33 +0700 Subject: [PATCH 03/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0E0=20('=C3=A0')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00E0 ('à'). --- glyphs/u00E0-straightspur/README.md | 4 + glyphs/u00E0-straightspur/bold/agrave.glif | 91 +++++++++++++++++ .../u00E0-straightspur/bolditalic/agrave.glif | 94 ++++++++++++++++++ glyphs/u00E0-straightspur/italic/agrave.glif | 98 +++++++++++++++++++ glyphs/u00E0-straightspur/regular/agrave.glif | 97 ++++++++++++++++++ 5 files changed, 384 insertions(+) create mode 100644 glyphs/u00E0-straightspur/README.md create mode 100644 glyphs/u00E0-straightspur/bold/agrave.glif create mode 100644 glyphs/u00E0-straightspur/bolditalic/agrave.glif create mode 100644 glyphs/u00E0-straightspur/italic/agrave.glif create mode 100644 glyphs/u00E0-straightspur/regular/agrave.glif diff --git a/glyphs/u00E0-straightspur/README.md b/glyphs/u00E0-straightspur/README.md new file mode 100644 index 0000000..8c1e5a2 --- /dev/null +++ b/glyphs/u00E0-straightspur/README.md @@ -0,0 +1,4 @@ +U+00E0 ('à') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00E0-straightspur/bold/agrave.glif b/glyphs/u00E0-straightspur/bold/agrave.glif new file mode 100644 index 0000000..7765c65 --- /dev/null +++ b/glyphs/u00E0-straightspur/bold/agrave.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E0-straightspur/bolditalic/agrave.glif b/glyphs/u00E0-straightspur/bolditalic/agrave.glif new file mode 100644 index 0000000..659e2e6 --- /dev/null +++ b/glyphs/u00E0-straightspur/bolditalic/agrave.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E0-straightspur/italic/agrave.glif b/glyphs/u00E0-straightspur/italic/agrave.glif new file mode 100644 index 0000000..cca32ad --- /dev/null +++ b/glyphs/u00E0-straightspur/italic/agrave.glif @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E0-straightspur/regular/agrave.glif b/glyphs/u00E0-straightspur/regular/agrave.glif new file mode 100644 index 0000000..1514fcf --- /dev/null +++ b/glyphs/u00E0-straightspur/regular/agrave.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 7e6194da71fe85005230757c89e876cb9ae955e8 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:18:38 +0700 Subject: [PATCH 04/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0E1=20('=C3=A1')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00E1 ('á'). --- glyphs/u00E1-straightspur/README.md | 4 + glyphs/u00E1-straightspur/bold/aacute.glif | 91 +++++++++++++++++ .../u00E1-straightspur/bolditalic/aacute.glif | 94 ++++++++++++++++++ glyphs/u00E1-straightspur/italic/aacute.glif | 98 +++++++++++++++++++ glyphs/u00E1-straightspur/regular/aacute.glif | 97 ++++++++++++++++++ 5 files changed, 384 insertions(+) create mode 100644 glyphs/u00E1-straightspur/README.md create mode 100644 glyphs/u00E1-straightspur/bold/aacute.glif create mode 100644 glyphs/u00E1-straightspur/bolditalic/aacute.glif create mode 100644 glyphs/u00E1-straightspur/italic/aacute.glif create mode 100644 glyphs/u00E1-straightspur/regular/aacute.glif diff --git a/glyphs/u00E1-straightspur/README.md b/glyphs/u00E1-straightspur/README.md new file mode 100644 index 0000000..c16a499 --- /dev/null +++ b/glyphs/u00E1-straightspur/README.md @@ -0,0 +1,4 @@ +U+00E1 ('á') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00E1-straightspur/bold/aacute.glif b/glyphs/u00E1-straightspur/bold/aacute.glif new file mode 100644 index 0000000..b5cbd49 --- /dev/null +++ b/glyphs/u00E1-straightspur/bold/aacute.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E1-straightspur/bolditalic/aacute.glif b/glyphs/u00E1-straightspur/bolditalic/aacute.glif new file mode 100644 index 0000000..ecbf392 --- /dev/null +++ b/glyphs/u00E1-straightspur/bolditalic/aacute.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E1-straightspur/italic/aacute.glif b/glyphs/u00E1-straightspur/italic/aacute.glif new file mode 100644 index 0000000..ae6ba75 --- /dev/null +++ b/glyphs/u00E1-straightspur/italic/aacute.glif @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E1-straightspur/regular/aacute.glif b/glyphs/u00E1-straightspur/regular/aacute.glif new file mode 100644 index 0000000..555dca0 --- /dev/null +++ b/glyphs/u00E1-straightspur/regular/aacute.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 136355d50da6981a4796e1e3d840e98672f02a05 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:19:39 +0700 Subject: [PATCH 05/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0E2=20('=C3=A2')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00E2 ('â'). --- glyphs/u00E2-straightspur/README.md | 4 + .../u00E2-straightspur/bold/acircumflex.glif | 94 ++++++++++++++++ .../bolditalic/acircumflex.glif | 97 +++++++++++++++++ .../italic/acircumflex.glif | 101 ++++++++++++++++++ .../regular/acircumflex.glif | 100 +++++++++++++++++ 5 files changed, 396 insertions(+) create mode 100644 glyphs/u00E2-straightspur/README.md create mode 100644 glyphs/u00E2-straightspur/bold/acircumflex.glif create mode 100644 glyphs/u00E2-straightspur/bolditalic/acircumflex.glif create mode 100644 glyphs/u00E2-straightspur/italic/acircumflex.glif create mode 100644 glyphs/u00E2-straightspur/regular/acircumflex.glif diff --git a/glyphs/u00E2-straightspur/README.md b/glyphs/u00E2-straightspur/README.md new file mode 100644 index 0000000..d110dd6 --- /dev/null +++ b/glyphs/u00E2-straightspur/README.md @@ -0,0 +1,4 @@ +U+00E2 ('â') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00E2-straightspur/bold/acircumflex.glif b/glyphs/u00E2-straightspur/bold/acircumflex.glif new file mode 100644 index 0000000..229b685 --- /dev/null +++ b/glyphs/u00E2-straightspur/bold/acircumflex.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E2-straightspur/bolditalic/acircumflex.glif b/glyphs/u00E2-straightspur/bolditalic/acircumflex.glif new file mode 100644 index 0000000..591b6c6 --- /dev/null +++ b/glyphs/u00E2-straightspur/bolditalic/acircumflex.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E2-straightspur/italic/acircumflex.glif b/glyphs/u00E2-straightspur/italic/acircumflex.glif new file mode 100644 index 0000000..9aab695 --- /dev/null +++ b/glyphs/u00E2-straightspur/italic/acircumflex.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E2-straightspur/regular/acircumflex.glif b/glyphs/u00E2-straightspur/regular/acircumflex.glif new file mode 100644 index 0000000..5d15ed6 --- /dev/null +++ b/glyphs/u00E2-straightspur/regular/acircumflex.glif @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 2345c9ae98e0e206e859ce960bc893173edc105b Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:22:09 +0700 Subject: [PATCH 06/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0E3=20('=C3=A3')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00E3 ('ã'). --- glyphs/u00E3-straightspur/README.md | 4 + glyphs/u00E3-straightspur/bold/atilde.glif | 135 ++++++++++++++++ .../u00E3-straightspur/bolditalic/atilde.glif | 127 +++++++++++++++ glyphs/u00E3-straightspur/italic/atilde.glif | 140 +++++++++++++++++ glyphs/u00E3-straightspur/regular/atilde.glif | 145 ++++++++++++++++++ 5 files changed, 551 insertions(+) create mode 100644 glyphs/u00E3-straightspur/README.md create mode 100644 glyphs/u00E3-straightspur/bold/atilde.glif create mode 100644 glyphs/u00E3-straightspur/bolditalic/atilde.glif create mode 100644 glyphs/u00E3-straightspur/italic/atilde.glif create mode 100644 glyphs/u00E3-straightspur/regular/atilde.glif diff --git a/glyphs/u00E3-straightspur/README.md b/glyphs/u00E3-straightspur/README.md new file mode 100644 index 0000000..1abab97 --- /dev/null +++ b/glyphs/u00E3-straightspur/README.md @@ -0,0 +1,4 @@ +U+00E3 ('ã') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00E3-straightspur/bold/atilde.glif b/glyphs/u00E3-straightspur/bold/atilde.glif new file mode 100644 index 0000000..ef540ae --- /dev/null +++ b/glyphs/u00E3-straightspur/bold/atilde.glif @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E3-straightspur/bolditalic/atilde.glif b/glyphs/u00E3-straightspur/bolditalic/atilde.glif new file mode 100644 index 0000000..88c34cd --- /dev/null +++ b/glyphs/u00E3-straightspur/bolditalic/atilde.glif @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E3-straightspur/italic/atilde.glif b/glyphs/u00E3-straightspur/italic/atilde.glif new file mode 100644 index 0000000..a44304f --- /dev/null +++ b/glyphs/u00E3-straightspur/italic/atilde.glif @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E3-straightspur/regular/atilde.glif b/glyphs/u00E3-straightspur/regular/atilde.glif new file mode 100644 index 0000000..f860a7f --- /dev/null +++ b/glyphs/u00E3-straightspur/regular/atilde.glif @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From d38d92aa363e4d098ee9b34bea42b8dca270c350 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:25:13 +0700 Subject: [PATCH 07/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0E4=20('=C3=A4')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00E4 ('ä'). --- glyphs/u00E4-straightspur/README.md | 4 + glyphs/u00E4-straightspur/bold/adieresis.glif | 121 ++++++++++++++++ .../bolditalic/adieresis.glif | 130 ++++++++++++++++++ .../u00E4-straightspur/italic/adieresis.glif | 128 +++++++++++++++++ .../u00E4-straightspur/regular/adieresis.glif | 127 +++++++++++++++++ 5 files changed, 510 insertions(+) create mode 100644 glyphs/u00E4-straightspur/README.md create mode 100644 glyphs/u00E4-straightspur/bold/adieresis.glif create mode 100644 glyphs/u00E4-straightspur/bolditalic/adieresis.glif create mode 100644 glyphs/u00E4-straightspur/italic/adieresis.glif create mode 100644 glyphs/u00E4-straightspur/regular/adieresis.glif diff --git a/glyphs/u00E4-straightspur/README.md b/glyphs/u00E4-straightspur/README.md new file mode 100644 index 0000000..312b9c4 --- /dev/null +++ b/glyphs/u00E4-straightspur/README.md @@ -0,0 +1,4 @@ +U+00E4 ('ä') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00E4-straightspur/bold/adieresis.glif b/glyphs/u00E4-straightspur/bold/adieresis.glif new file mode 100644 index 0000000..8b92a1e --- /dev/null +++ b/glyphs/u00E4-straightspur/bold/adieresis.glif @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E4-straightspur/bolditalic/adieresis.glif b/glyphs/u00E4-straightspur/bolditalic/adieresis.glif new file mode 100644 index 0000000..5074a7b --- /dev/null +++ b/glyphs/u00E4-straightspur/bolditalic/adieresis.glif @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E4-straightspur/italic/adieresis.glif b/glyphs/u00E4-straightspur/italic/adieresis.glif new file mode 100644 index 0000000..251e663 --- /dev/null +++ b/glyphs/u00E4-straightspur/italic/adieresis.glif @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E4-straightspur/regular/adieresis.glif b/glyphs/u00E4-straightspur/regular/adieresis.glif new file mode 100644 index 0000000..72b35ee --- /dev/null +++ b/glyphs/u00E4-straightspur/regular/adieresis.glif @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From d78bb78867fe9cc16108733a035ad65463965aa5 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:26:23 +0700 Subject: [PATCH 08/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?0E5=20('=C3=A5')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+00E5 ('å'). --- glyphs/u00E5-straightspur/README.md | 4 + glyphs/u00E5-straightspur/bold/aring.glif | 137 +++++++++++++++++ .../u00E5-straightspur/bolditalic/aring.glif | 140 ++++++++++++++++++ glyphs/u00E5-straightspur/italic/aring.glif | 135 +++++++++++++++++ glyphs/u00E5-straightspur/regular/aring.glif | 134 +++++++++++++++++ 5 files changed, 550 insertions(+) create mode 100644 glyphs/u00E5-straightspur/README.md create mode 100644 glyphs/u00E5-straightspur/bold/aring.glif create mode 100644 glyphs/u00E5-straightspur/bolditalic/aring.glif create mode 100644 glyphs/u00E5-straightspur/italic/aring.glif create mode 100644 glyphs/u00E5-straightspur/regular/aring.glif diff --git a/glyphs/u00E5-straightspur/README.md b/glyphs/u00E5-straightspur/README.md new file mode 100644 index 0000000..3c7a9f2 --- /dev/null +++ b/glyphs/u00E5-straightspur/README.md @@ -0,0 +1,4 @@ +U+00E5 ('å') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u00E5-straightspur/bold/aring.glif b/glyphs/u00E5-straightspur/bold/aring.glif new file mode 100644 index 0000000..169d9c3 --- /dev/null +++ b/glyphs/u00E5-straightspur/bold/aring.glif @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E5-straightspur/bolditalic/aring.glif b/glyphs/u00E5-straightspur/bolditalic/aring.glif new file mode 100644 index 0000000..d694e65 --- /dev/null +++ b/glyphs/u00E5-straightspur/bolditalic/aring.glif @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E5-straightspur/italic/aring.glif b/glyphs/u00E5-straightspur/italic/aring.glif new file mode 100644 index 0000000..bc282ad --- /dev/null +++ b/glyphs/u00E5-straightspur/italic/aring.glif @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u00E5-straightspur/regular/aring.glif b/glyphs/u00E5-straightspur/regular/aring.glif new file mode 100644 index 0000000..8b77a36 --- /dev/null +++ b/glyphs/u00E5-straightspur/regular/aring.glif @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From b5c519ab70f925710dd422017b00c3cd4f796939 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:27:25 +0700 Subject: [PATCH 09/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?101=20('=C4=81')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+0101 ('ā'). --- glyphs/u0101-straightspur/README.md | 4 + glyphs/u0101-straightspur/bold/amacron.glif | 91 +++++++++++++++++ .../bolditalic/amacron.glif | 66 +++++++++++++ glyphs/u0101-straightspur/italic/amacron.glif | 70 +++++++++++++ .../u0101-straightspur/regular/amacron.glif | 97 +++++++++++++++++++ 5 files changed, 328 insertions(+) create mode 100644 glyphs/u0101-straightspur/README.md create mode 100644 glyphs/u0101-straightspur/bold/amacron.glif create mode 100644 glyphs/u0101-straightspur/bolditalic/amacron.glif create mode 100644 glyphs/u0101-straightspur/italic/amacron.glif create mode 100644 glyphs/u0101-straightspur/regular/amacron.glif diff --git a/glyphs/u0101-straightspur/README.md b/glyphs/u0101-straightspur/README.md new file mode 100644 index 0000000..70d1334 --- /dev/null +++ b/glyphs/u0101-straightspur/README.md @@ -0,0 +1,4 @@ +U+0101 ('ā') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u0101-straightspur/bold/amacron.glif b/glyphs/u0101-straightspur/bold/amacron.glif new file mode 100644 index 0000000..e4cb792 --- /dev/null +++ b/glyphs/u0101-straightspur/bold/amacron.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0101-straightspur/bolditalic/amacron.glif b/glyphs/u0101-straightspur/bolditalic/amacron.glif new file mode 100644 index 0000000..bb426da --- /dev/null +++ b/glyphs/u0101-straightspur/bolditalic/amacron.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0101-straightspur/italic/amacron.glif b/glyphs/u0101-straightspur/italic/amacron.glif new file mode 100644 index 0000000..14d8a6e --- /dev/null +++ b/glyphs/u0101-straightspur/italic/amacron.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0101-straightspur/regular/amacron.glif b/glyphs/u0101-straightspur/regular/amacron.glif new file mode 100644 index 0000000..c119597 --- /dev/null +++ b/glyphs/u0101-straightspur/regular/amacron.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From dbfae674715ad0441215473f0793da86e6d6b842 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:28:44 +0700 Subject: [PATCH 10/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?103=20('=C4=83')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+0103 ('ă'). --- glyphs/u0103-straightspur/README.md | 4 + glyphs/u0103-straightspur/bold/abreve.glif | 101 +++++++++++++++++ .../u0103-straightspur/bolditalic/abreve.glif | 78 +++++++++++++ glyphs/u0103-straightspur/italic/abreve.glif | 84 ++++++++++++++ glyphs/u0103-straightspur/regular/abreve.glif | 107 ++++++++++++++++++ 5 files changed, 374 insertions(+) create mode 100644 glyphs/u0103-straightspur/README.md create mode 100644 glyphs/u0103-straightspur/bold/abreve.glif create mode 100644 glyphs/u0103-straightspur/bolditalic/abreve.glif create mode 100644 glyphs/u0103-straightspur/italic/abreve.glif create mode 100644 glyphs/u0103-straightspur/regular/abreve.glif diff --git a/glyphs/u0103-straightspur/README.md b/glyphs/u0103-straightspur/README.md new file mode 100644 index 0000000..174e2f4 --- /dev/null +++ b/glyphs/u0103-straightspur/README.md @@ -0,0 +1,4 @@ +U+0103 ('ă') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u0103-straightspur/bold/abreve.glif b/glyphs/u0103-straightspur/bold/abreve.glif new file mode 100644 index 0000000..ff2f0d3 --- /dev/null +++ b/glyphs/u0103-straightspur/bold/abreve.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0103-straightspur/bolditalic/abreve.glif b/glyphs/u0103-straightspur/bolditalic/abreve.glif new file mode 100644 index 0000000..086b83b --- /dev/null +++ b/glyphs/u0103-straightspur/bolditalic/abreve.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0103-straightspur/italic/abreve.glif b/glyphs/u0103-straightspur/italic/abreve.glif new file mode 100644 index 0000000..69d8dd5 --- /dev/null +++ b/glyphs/u0103-straightspur/italic/abreve.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0103-straightspur/regular/abreve.glif b/glyphs/u0103-straightspur/regular/abreve.glif new file mode 100644 index 0000000..42038c2 --- /dev/null +++ b/glyphs/u0103-straightspur/regular/abreve.glif @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 57c050833470348c29f80eaf00225ba4b5506892 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:29:47 +0700 Subject: [PATCH 11/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?105=20('=C4=85')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+0105 ('ą'). --- glyphs/u0105-straightspur/README.md | 4 + glyphs/u0105-straightspur/bold/aogonek.glif | 107 +++++++++++++++++ .../bolditalic/aogonek.glif | 82 +++++++++++++ glyphs/u0105-straightspur/italic/aogonek.glif | 84 +++++++++++++ .../u0105-straightspur/regular/aogonek.glif | 110 ++++++++++++++++++ 5 files changed, 387 insertions(+) create mode 100644 glyphs/u0105-straightspur/README.md create mode 100644 glyphs/u0105-straightspur/bold/aogonek.glif create mode 100644 glyphs/u0105-straightspur/bolditalic/aogonek.glif create mode 100644 glyphs/u0105-straightspur/italic/aogonek.glif create mode 100644 glyphs/u0105-straightspur/regular/aogonek.glif diff --git a/glyphs/u0105-straightspur/README.md b/glyphs/u0105-straightspur/README.md new file mode 100644 index 0000000..a189b08 --- /dev/null +++ b/glyphs/u0105-straightspur/README.md @@ -0,0 +1,4 @@ +U+0105 ('ą') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u0105-straightspur/bold/aogonek.glif b/glyphs/u0105-straightspur/bold/aogonek.glif new file mode 100644 index 0000000..0bcdd4b --- /dev/null +++ b/glyphs/u0105-straightspur/bold/aogonek.glif @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0105-straightspur/bolditalic/aogonek.glif b/glyphs/u0105-straightspur/bolditalic/aogonek.glif new file mode 100644 index 0000000..1dd1503 --- /dev/null +++ b/glyphs/u0105-straightspur/bolditalic/aogonek.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0105-straightspur/italic/aogonek.glif b/glyphs/u0105-straightspur/italic/aogonek.glif new file mode 100644 index 0000000..8b58c6c --- /dev/null +++ b/glyphs/u0105-straightspur/italic/aogonek.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0105-straightspur/regular/aogonek.glif b/glyphs/u0105-straightspur/regular/aogonek.glif new file mode 100644 index 0000000..2d289cb --- /dev/null +++ b/glyphs/u0105-straightspur/regular/aogonek.glif @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 80ade4db8be98fb035692165a08659869449f79e Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:31:01 +0700 Subject: [PATCH 12/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?430=20('=D0=B0')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+0430 ('а'). --- glyphs/u0430-straightspur/README.md | 4 + glyphs/u0430-straightspur/bold/uni0430.glif | 85 +++++++++++++++++ .../bolditalic/uni0430.glif | 60 ++++++++++++ glyphs/u0430-straightspur/italic/uni0430.glif | 64 +++++++++++++ .../u0430-straightspur/regular/uni0430.glif | 91 +++++++++++++++++++ 5 files changed, 304 insertions(+) create mode 100644 glyphs/u0430-straightspur/README.md create mode 100644 glyphs/u0430-straightspur/bold/uni0430.glif create mode 100644 glyphs/u0430-straightspur/bolditalic/uni0430.glif create mode 100644 glyphs/u0430-straightspur/italic/uni0430.glif create mode 100644 glyphs/u0430-straightspur/regular/uni0430.glif diff --git a/glyphs/u0430-straightspur/README.md b/glyphs/u0430-straightspur/README.md new file mode 100644 index 0000000..60a126f --- /dev/null +++ b/glyphs/u0430-straightspur/README.md @@ -0,0 +1,4 @@ +U+0430 ('а') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u0430-straightspur/bold/uni0430.glif b/glyphs/u0430-straightspur/bold/uni0430.glif new file mode 100644 index 0000000..e3e9951 --- /dev/null +++ b/glyphs/u0430-straightspur/bold/uni0430.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0430-straightspur/bolditalic/uni0430.glif b/glyphs/u0430-straightspur/bolditalic/uni0430.glif new file mode 100644 index 0000000..f0f8cd4 --- /dev/null +++ b/glyphs/u0430-straightspur/bolditalic/uni0430.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0430-straightspur/italic/uni0430.glif b/glyphs/u0430-straightspur/italic/uni0430.glif new file mode 100644 index 0000000..cfe4d94 --- /dev/null +++ b/glyphs/u0430-straightspur/italic/uni0430.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u0430-straightspur/regular/uni0430.glif b/glyphs/u0430-straightspur/regular/uni0430.glif new file mode 100644 index 0000000..8736558 --- /dev/null +++ b/glyphs/u0430-straightspur/regular/uni0430.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 0a547cdc21fa539aad2f90ca37684eb01d3fe607 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:33:36 +0700 Subject: [PATCH 13/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?4D1=20('=D3=91')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+04D1 ('ӑ'). --- glyphs/u04D1-straightspur/README.md | 4 + glyphs/u04D1-straightspur/bold/uni04D_1.glif | 101 +++++++++++++++++ .../bolditalic/uni04D_1.glif | 78 +++++++++++++ .../u04D1-straightspur/italic/uni04D_1.glif | 84 ++++++++++++++ .../u04D1-straightspur/regular/uni04D_1.glif | 107 ++++++++++++++++++ 5 files changed, 374 insertions(+) create mode 100644 glyphs/u04D1-straightspur/README.md create mode 100644 glyphs/u04D1-straightspur/bold/uni04D_1.glif create mode 100644 glyphs/u04D1-straightspur/bolditalic/uni04D_1.glif create mode 100644 glyphs/u04D1-straightspur/italic/uni04D_1.glif create mode 100644 glyphs/u04D1-straightspur/regular/uni04D_1.glif diff --git a/glyphs/u04D1-straightspur/README.md b/glyphs/u04D1-straightspur/README.md new file mode 100644 index 0000000..d7c09d8 --- /dev/null +++ b/glyphs/u04D1-straightspur/README.md @@ -0,0 +1,4 @@ +U+04D1 ('ӑ') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u04D1-straightspur/bold/uni04D_1.glif b/glyphs/u04D1-straightspur/bold/uni04D_1.glif new file mode 100644 index 0000000..f04957f --- /dev/null +++ b/glyphs/u04D1-straightspur/bold/uni04D_1.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u04D1-straightspur/bolditalic/uni04D_1.glif b/glyphs/u04D1-straightspur/bolditalic/uni04D_1.glif new file mode 100644 index 0000000..e62d620 --- /dev/null +++ b/glyphs/u04D1-straightspur/bolditalic/uni04D_1.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u04D1-straightspur/italic/uni04D_1.glif b/glyphs/u04D1-straightspur/italic/uni04D_1.glif new file mode 100644 index 0000000..60b433c --- /dev/null +++ b/glyphs/u04D1-straightspur/italic/uni04D_1.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u04D1-straightspur/regular/uni04D_1.glif b/glyphs/u04D1-straightspur/regular/uni04D_1.glif new file mode 100644 index 0000000..968ccfa --- /dev/null +++ b/glyphs/u04D1-straightspur/regular/uni04D_1.glif @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From ea91c3f4441f6d9653ac0cda3d7c533646546296 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 19:34:22 +0700 Subject: [PATCH 14/15] =?UTF-8?q?Add=20straight=20spur=20variant=20of=20u0?= =?UTF-8?q?4D3=20('=D3=93')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the straight spur variant of U+04D3 ('ӓ'). --- glyphs/u04D3-straightspur/README.md | 4 + glyphs/u04D3-straightspur/bold/uni04D_3.glif | 121 +++++++++++++++++ .../bolditalic/uni04D_3.glif | 96 +++++++++++++ .../u04D3-straightspur/italic/uni04D_3.glif | 106 +++++++++++++++ .../u04D3-straightspur/regular/uni04D_3.glif | 127 ++++++++++++++++++ 5 files changed, 454 insertions(+) create mode 100644 glyphs/u04D3-straightspur/README.md create mode 100644 glyphs/u04D3-straightspur/bold/uni04D_3.glif create mode 100644 glyphs/u04D3-straightspur/bolditalic/uni04D_3.glif create mode 100644 glyphs/u04D3-straightspur/italic/uni04D_3.glif create mode 100644 glyphs/u04D3-straightspur/regular/uni04D_3.glif diff --git a/glyphs/u04D3-straightspur/README.md b/glyphs/u04D3-straightspur/README.md new file mode 100644 index 0000000..b3e0b2e --- /dev/null +++ b/glyphs/u04D3-straightspur/README.md @@ -0,0 +1,4 @@ +U+04D3 ('ӓ') - straight spur +=========================== + +This folder contains .glif files to replace the default, curved-spur lowercase 'a' shape (and its diacritical variants) of Hack v2+ with a straight-spur variant found in version 1 of Hack (and is the default 'a' shape in DejaVu Sans Mono). Admittedly a minor design alteration, this patch has a side effect of fixing the bloated 'a' bowl ttfautohint produces at size 12px with the default curved-spur variant. diff --git a/glyphs/u04D3-straightspur/bold/uni04D_3.glif b/glyphs/u04D3-straightspur/bold/uni04D_3.glif new file mode 100644 index 0000000..d46af72 --- /dev/null +++ b/glyphs/u04D3-straightspur/bold/uni04D_3.glif @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u04D3-straightspur/bolditalic/uni04D_3.glif b/glyphs/u04D3-straightspur/bolditalic/uni04D_3.glif new file mode 100644 index 0000000..a2d1db4 --- /dev/null +++ b/glyphs/u04D3-straightspur/bolditalic/uni04D_3.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u04D3-straightspur/italic/uni04D_3.glif b/glyphs/u04D3-straightspur/italic/uni04D_3.glif new file mode 100644 index 0000000..61a81b2 --- /dev/null +++ b/glyphs/u04D3-straightspur/italic/uni04D_3.glif @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + diff --git a/glyphs/u04D3-straightspur/regular/uni04D_3.glif b/glyphs/u04D3-straightspur/regular/uni04D_3.glif new file mode 100644 index 0000000..8e636b2 --- /dev/null +++ b/glyphs/u04D3-straightspur/regular/uni04D_3.glif @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + + + From 74a69db6ca09bf6a1b731394c78fca2c7fc29409 Mon Sep 17 00:00:00 2001 From: Nathaniel Evan Date: Sat, 14 Jun 2025 22:48:14 +0700 Subject: [PATCH 15/15] fix (agrave): Re-order outer outline to start from point (1062, 639) Apparently the order of the points matters for ttfautohint, and to fix the bloated 'a' bowl on this glyph, the outer outline has to start from point (1062, 639). Not sure why either. --- glyphs/u00E0-straightspur/regular/agrave.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/glyphs/u00E0-straightspur/regular/agrave.glif b/glyphs/u00E0-straightspur/regular/agrave.glif index 1514fcf..fc49c17 100644 --- a/glyphs/u00E0-straightspur/regular/agrave.glif +++ b/glyphs/u00E0-straightspur/regular/agrave.glif @@ -10,6 +10,15 @@ + + + + + + + + + @@ -55,15 +64,6 @@ - - - - - - - - -