Base
# File lib/ttfunk/subset/mac_roman.rb, line 21 def covers?(character) Encoding::MacRoman.covers?(character) end
# File lib/ttfunk/subset/mac_roman.rb, line 30 def from_unicode(character) Encoding::MacRoman::FROM_UNICODE[character] end
# File lib/ttfunk/subset/mac_roman.rb, line 25 def includes?(character) code = Encoding::MacRoman::FROM_UNICODE[character] code && @subset[code] end
Generated with the Darkfish Rdoc Generator 2.