Method: PDF::Reader::GlyphHash#initialize

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

#initializeGlyphHash

:nodoc:



33
34
35
36
# File 'lib/pdf/reader/glyph_hash.rb', line 33

def initialize
  # only parse the glyph list once, and cache the results (for performance)
  @adobe = @@cache ||= load_adobe_glyph_mapping
end