Sha256: 5f38aebce8b5dff0e0f86c5fcb12c810bb1fb09d8160123d81024baaee68fe96

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

# -*- encoding: utf-8 -*-

require 'hexapdf/font/true_type/table'

module TestHelper

  class TrueTypeTestTable < HexaPDF::Font::TrueType::Table
    attr_reader :data

    def parse_table
      @data = io.read(directory_entry.length)
    end
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hexapdf-0.6.0 test/hexapdf/font/true_type/common.rb
hexapdf-0.5.0 test/hexapdf/font/true_type/common.rb
hexapdf-0.4.0 test/hexapdf/font/true_type/common.rb
hexapdf-0.3.0 test/hexapdf/font/true_type/common.rb
hexapdf-0.2.0 test/hexapdf/font/true_type/common.rb