WeightClass = 1000

Hi guys,

since WeightClass values can be from 0 to 1000, why does an Ultra weight with custom parameter WeightClass=1000 exports as 900? Referring to static fonts here.

Somehow 0 and 1000 are never used. Forgot why.

So WeightClass=999 would keep the value but 1000 reverts it to 900?

For 0 you are possibly right. But the spec says values from 1 to 1000.

There is always what the spec says and what all those nasty implementations out there can digest.