class PDF::Inspector::Text

def show_text_with_positioning(*params)

def show_text_with_positioning(*params)      
  @kerned << true
  # ignore kerning information
  @strings << params[0].reject { |e| Numeric === e }.join
end