# File lib/ttfunk/subset/mac_roman.rb, line 8
      def initialize(original)
        super
        @subset = Array.new(256)
      end