# File lib/pdf/reader/font.rb, line 61 def to_utf8(params) if @tounicode to_utf8_via_cmap(params) else to_utf8_via_encoding(params) end end