class TTFunk::Table::Simple
A table that TTFunk
doesn’t decode but preserve.
Attributes
Public Class Methods
Source
# File lib/ttfunk/table/simple.rb, line 15 def initialize(file, tag) @tag = tag super(file) end
@param file [TTFunk::File] @param tag [String]
Calls superclass method
TTFunk::Table::new