Sha256: af75203dde92bf26f00555db7b005d56e075aa48cf8a7e23281de83ff4e58234

Contents?: true

Size: 708 Bytes

Versions: 25

Compression:

Stored size: 708 Bytes

Contents

        <%- resource.each do |s| -%>
          {
            family_name: "<%= s.family_name %>",
            style: "<%= s.style %>",
            full_name: "<%= s.full_name %>",
            <%- if s.post_script_name -%>
            post_script_name: "<%= s.post_script_name %>",
            <%- end -%>
            <%- if s.version -%>
            version: "<%= esc(s.version) %>",
            <%- end -%>
            <%- if s.description -%>
            description: "<%= esc(s.description) %>",
            <%- end -%>
            filename: "<%= s.filename %>",
            <%- if s.copyright -%>
            copyright: "<%= esc(s.copyright) %>",
            <%- end -%>
          },
        <%- end -%>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
fontist-1.9.3 lib/fontist/import/otfinfo/template.erb
fontist-1.9.2 lib/fontist/import/otfinfo/template.erb
fontist-1.9.1 lib/fontist/import/otfinfo/template.erb
fontist-1.9.0 lib/fontist/import/otfinfo/template.erb
fontist-1.8.13 lib/fontist/import/otfinfo/template.erb
fontist-1.8.12 lib/fontist/import/otfinfo/template.erb
fontist-1.8.11 lib/fontist/import/otfinfo/template.erb
fontist-1.8.10 lib/fontist/import/otfinfo/template.erb
fontist-1.8.9 lib/fontist/import/otfinfo/template.erb
fontist-1.8.8 lib/fontist/import/otfinfo/template.erb
fontist-1.8.7 lib/fontist/import/otfinfo/template.erb
fontist-1.8.6 lib/fontist/import/otfinfo/template.erb
fontist-1.8.5 lib/fontist/import/otfinfo/template.erb
fontist-1.8.4 lib/fontist/import/otfinfo/template.erb
fontist-1.8.3 lib/fontist/import/otfinfo/template.erb
fontist-1.8.2 lib/fontist/import/otfinfo/template.erb
fontist-1.8.1 lib/fontist/import/otfinfo/template.erb
fontist-1.7.3 lib/fontist/import/otfinfo/template.erb
fontist-1.7.2 lib/fontist/import/otfinfo/template.erb
fontist-1.7.1 lib/fontist/import/otfinfo/template.erb