Base
# File lib/ttfunk/subset/unicode.rb, line 24 def covers?(character) true end
# File lib/ttfunk/subset/unicode.rb, line 32 def from_unicode(character) character end
# File lib/ttfunk/subset/unicode.rb, line 28 def includes?(character) @subset.includes(character) end
# File lib/ttfunk/subset/unicode.rb, line 16 def to_unicode_map @subset.inject({}) { |map, code| map[code] = code; map } end
Generated with the Darkfish Rdoc Generator 2.