Method: PDF::Reader::Encoding#int_to_utf8_string

Defined in:
lib/pdf/reader/encoding.rb

#int_to_utf8_string(glyph_code) ⇒ Object

: (Integer) -> String



122
123
124
# File 'lib/pdf/reader/encoding.rb', line 122

def int_to_utf8_string(glyph_code)
  @string_cache[glyph_code] ||= internal_int_to_utf8_string(glyph_code)
end