Jonas Jenwald dbb6ffb8d5 Change the Font.prototype.glyphCacheValues method to return an iterator
This method is only used with loops, and it should be a tiny bit more efficient to use an iterator directly rather than first iterating through the underlying data to create a temporary `Array` that we finally iterate through at the call-site.

*Please note:* As port of these changes the chars/glyph caches, on the `Font` instances, are changed to use `Map`s rather than Objects.
2026-03-09 16:18:48 +01:00
..
2026-02-02 11:10:32 +01:00
2026-01-25 14:22:19 +01:00
2026-03-04 10:40:39 +01:00
2026-02-26 20:22:34 -05:00