# File lib/pdf/reader/font.rb, line 69 def glyph_width(c) @missing_width ||= 0 @widths ||= [] @widths.fetch(c - @first_char, @missing_width) end