# File lib/prawn/font/afm.rb, line 91 def encode_text(text, options={}) [[0, options[:kerning] ? kern(text) : text]] end