# File lib/ttfunk/table/loca.rb, line 27 def size_of(glyph_id) @offsets[glyph_id+1] - @offsets[glyph_id] end