Sha256: 56ae5cebe05063b1734ce18db492af8cb140143269ed6ee65de60414a0daa6cb

Contents?: true

Size: 258 Bytes

Versions: 4

Compression:

Stored size: 258 Bytes

Contents

module TTFunk
  class Table
    class Post
      module Format30
        def glyph_for(_code)
          '.notdef'
        end

        private

        def parse_format!
          # do nothing. Format 3 is easy-sauce.
        end
      end
    end
  end
end

Version data entries

4 entries across 3 versions & 2 rubygems

Version Path
embulk-input-druginfo_interview_form-0.1.0 vendor/bundle/ruby/2.4.0/gems/ttfunk-1.5.1/lib/ttfunk/table/post/format30.rb
embulk-input-druginfo_interview_form-0.1.0 vendor/bundle/ruby/2.5.0/gems/ttfunk-1.5.1/lib/ttfunk/table/post/format30.rb
ttfunk-1.5.1 lib/ttfunk/table/post/format30.rb
ttfunk-1.5.0 lib/ttfunk/table/post/format30.rb