microsoft / Font-Validator

Font Validator is a tool for testing fonts prior to release. This testing ensures that fonts meet Microsoft's high quality standards and perform exceptionally well on Microsoft's platform.
Other
117 stars 41 forks source link

Support for GDEF Header, Version 1.3 needed #66

Open eliheuer opened 6 years ago

eliheuer commented 6 years ago

Observed behaviour

MS-FonVal returns the following FAIL:

* FAIL: MS-FonVal: The version number is neither 0x00010000 nor 0x0001002 DETAILS: 0x00010003

Expected behaviour

https://docs.microsoft.com/en-us/typography/opentype/spec/gdef Describes GDEF header version 1.3, which should be supported?

Resources and exact process needed to replicate

Run MS-FonVal on a font that has a GDEF v1.3 header, example: https://github.com/eliheuer/orbitron-vf

HinTak commented 6 years ago

Thanks - fixed in https://github.com/HinTak/Font-Validator/commit/ffbf41b4a4da576d1670de33faeb92dd955407ed I also left a "TODO" there for 1.3 specific additions.