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