TTFunk::Table
# File lib/ttfunk/table/maxp.rb, line 22 def self.encode(maxp, mapping) num_glyphs = mapping.length raw = maxp.raw raw[4,2] = [num_glyphs].pack("n") return raw end
[Validate]
Generated with the Darkfish Rdoc Generator 2.