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
It doesn't look like font has a built in delete or remove glyph function. font.glyphs is just a regular JavaScript object, so you may want to try deleting an entry the normal JavaScript way. Also, since it's an object, it won't (necessarily) have a length property and you shouldn't iterate over it like an array. This only happens to work for the glyphs object because it was set up such that they keys are the same as the glyph.index property.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
Not able to remove glyph with index;
code so far;
The text was updated successfully, but these errors were encountered: