Fix OTL script tag of default script (dflt -> DFLT). Though most shaping engine would not be impacted by the incorrect tag in earlier versions.

This commit is contained in:
Belleve Invis 2020-03-18 16:40:29 -07:00
parent 775be75397
commit 043f3a2d88
10 changed files with 3 additions and 2 deletions

1
changes/3.0.0-rc.4.md Normal file
View file

@ -0,0 +1 @@
* Fix OTL script tag of default script (`dflt` -> `DFLT`). Though most shaping engine would not be impacted by the incorrect tag in earlier versions.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

After

Width:  |  Height:  |  Size: 396 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 338 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 KiB

After

Width:  |  Height:  |  Size: 960 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 KiB

After

Width:  |  Height:  |  Size: 319 KiB

Before After
Before After

View file

@ -49,7 +49,7 @@ export : define [pick-lookup sink name fallback] : begin
return sink.lookups.(name)
export : define [add-common-feature sink fea] : begin
define dfltDflt : pick-language sink 'dflt_DFLT'
define dfltDflt : pick-language sink 'DFLT_DFLT'
define latnDflt : pick-language sink 'latn_DFLT'
define grekDflt : pick-language sink 'grek_DFLT'
define cyrlDflt : pick-language sink 'cyrl_DFLT'

View file

@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"main": "./generate.js",
"engines": {
"node": ">=8.4.0"