You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when testing a variable font, the variable headers and instance tables are attributing unknownN as the key name. Variable fonts and their respective variable settings are not usable as a result.
The variable headings are in the font's Naming table (name), but show up as numbers - which are translating them into UnknownN values.
For others' reference. If you're using three.js to render these fonts, you can use TextGeometry's bevel settings to effectively increase the weight of a rendered font.
Currently when testing a variable font, the variable headers and instance tables are attributing
unknownN
as the key name. Variable fonts and their respective variable settings are not usable as a result.The variable headings are in the font's Naming table (
name
), but show up as numbers - which are translating them intoUnknownN
values.Currently the fonts
fvar
table is being dropped: https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6fvar.htmlIdeally the
fvar
table should appear as afont
object key.Per: https://opentype.js.org/font-inspector.html
Testable variable font: https://github.com/TypeNetwork/Roboto-Delta
The text was updated successfully, but these errors were encountered: