lib/ttfunk/table/post/format40.rb in ttfunk-1.4.0 vs lib/ttfunk/table/post/format40.rb in ttfunk-1.5.0

- old
+ new

@@ -6,12 +6,12 @@ @map[code] || 0xFFFF end private - def parse_format! - @map = read(file.maximum_profile.num_glyphs * 2, "N*") - end + def parse_format! + @map = read(file.maximum_profile.num_glyphs * 2, 'N*') + end end end end end