Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GlyphSet.prototype.get can return undefined (#755)
* GlyphSet.prototype.get can return undefined Calling `font.glyphs.get(9999)` should return `undefined` if the glyph doesn't exist. * Simplify low memory mode check
- Loading branch information