Method: PDF::Inspector::Text#show_text
- Defined in:
- lib/pdf/inspector/text.rb
#show_text(*params) ⇒ Object
39 40 41 42 |
# File 'lib/pdf/inspector/text.rb', line 39 def show_text(*params) @kerned << false @strings << @state.current_font.to_utf8(params[0]) end |