I have a .woff font that does very poorly on Windows platforms. I suspect this may be due to a lack of hint information, but I have to make sure.
Can you recommend a tool that can check the font file and say if there are hints of metrics in it?
TTX / Fonttools can unpack and delete OpenType fonts. Check the TTGlyph entries in the glyph table. If they contain an instructions element: it contains information about the hint. If this is not the case, the glyphs have no hint.
instructions
Source: https://habr.com/ru/post/1208770/More articles:Equivalent to .prototype.apply function for ES6 generator - javascriptHeredoc-like string syntax in Swift - swiftSublime Text remove python new autocomplete property - pythonLaravel does not add custom headers - httpHow timeout gets.chomp - ruby | fooobar.comHow to configure CanCanCan permissions? - ruby-on-railsHow can I fix the message "You really didn't think you could install Ruby through npm, did you?" - ruby | fooobar.comScala type inference with Slick table - typesCyclic cycle; multiple factors - rHow to add an element to a memcached list atomically (in Python) - pythonAll Articles