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