13rac1 / twemoji-color-font

Twitter Unicode emoji color OpenType-SVG font for Linux/MacOS/Windows
Other
1.69k stars 73 forks source link

“Version” has wrong syntax #81

Open DLasher106 opened 4 years ago

DLasher106 commented 4 years ago

The version string for the latest version is 12.0.1 20190416.

The Microsoft specification for the name table says:

Should begin with the syntax “Version .” (upper case, lower case, or mixed, with a space between “Version” and the number) .... Note that some installers may require the string to start with “Version ”, followed by a version number as above.

https://docs.microsoft.com/en-us/typography/opentype/spec/name#name-ids

The correct syntax would be Version 12.0.1 20190416.

13rac1 commented 4 years ago

Hi! Is this a breaking issue?

13rac1 commented 4 years ago

As this is required, it should be fixed in my https://github.com/13rac1/scfbuild

DLasher106 commented 4 years ago

That was fast. I was going to say that, for me, it just produces a display glitch of the version number in one little place, so there was no big rush. Thanks!

13rac1 commented 4 years ago

~This will be fixed in 13.0.0~

Edit: It'll be fixed in the next release. I've already spent all day on these updates.