Sha256: 0e63f75a24fa8757ac1e8fdfa87a1039c12d394c8f10960d52047f3de73ac2bc

Contents?: true

Size: 247 Bytes

Versions: 5

Compression:

Stored size: 247 Bytes

Contents

# frozen_string_literal: true

require 'set'

require_relative 'code_page'

module TTFunk
  module Subset
    class MacRoman < CodePage
      def initialize(original)
        super(original, 10_000, Encoding::MACROMAN)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttfunk-1.7.0 lib/ttfunk/subset/mac_roman.rb
ttfunk-1.6.2.1 lib/ttfunk/subset/mac_roman.rb
ttfunk-1.6.2 lib/ttfunk/subset/mac_roman.rb
ttfunk-1.6.1 lib/ttfunk/subset/mac_roman.rb
ttfunk-1.6.0 lib/ttfunk/subset/mac_roman.rb