lib/ttfunk/table/maxp.rb in ttfunk-1.2.2 vs lib/ttfunk/table/maxp.rb in ttfunk-1.3.0
- old
+ new
@@ -1,5 +1,5 @@
-require 'ttfunk/table'
+require_relative '../table'
module TTFunk
class Table
class Maxp < Table
attr_reader :version
- old
+ new