public IEnumerator <Glyph> GetGlyphs(ICharIterator text, Vector2 position = default) { return(GlyphEnumeratorPool.Rent(this, text, position)); }