# File lib/ttfunk/subset/mac_roman.rb, line 36
        def new_cmap_table(options)
          mapping = {}
          @subset.each_with_index do |unicode, roman|
            mapping[roman] = unicode_cmap[unicode] if roman
          end

          TTFunk::Table::Cmap.encode(mapping, :mac_roman)
        end