# File lib/rubygame/sfont.rb, line 189
    def blit_glyph(glyph,surface,pos) # :doc:
      @glyphs[glyph].blit(surface,pos)
    end