foliojs / fontkit

An advanced font engine for Node and the browser
1.46k stars 219 forks source link

fixed bug where code points might not be cached #213

Closed casperno closed 2 years ago

blikblum commented 4 years ago

Can you explain the use case that this bug occurs?

casperno commented 4 years ago

I think it was a case were glyphs were read and created, but code-points were not created, but I can't remember the context. Sorry, I should have posted a clear case initially.

devongovett commented 2 years ago

Going to close since there isn't a clear use case or test case for this.