opentype.js
opentype.js copied to clipboard
Got lots of undefined and NaN in Glyph Inspector.
I got some undefined
and NaN
in Glyph Inspector like below, and the .otf
file that generated by the examples/generate-font-node.js
has the same issue.
name A
unicode 0041
index 1
xMin undefined
xMax undefined
yMin undefined
yMax undefined
advanceWidth NaN
leftSideBearing 0
I set value for every property.
If I understand it correctly the Glyph Inspector shows data from OpenType-Fonts using Truetype Outlines whereas the font-creation is writing a CFF-Table.
Confusing :)