Sha256: 1857528557b755813b7877d2912b2dd9fa74534db45fb1086d9812865961f0c8

Contents?: true

Size: 969 Bytes

Versions: 30

Compression:

Stored size: 969 Bytes

Contents

        <%- resource.each do |s| -%>
          {
            family_name: "<%= s.family_name %>",
            style: "<%= s.style %>",
            <%- if s.preferred_family_name -%>
            preferred_family_name: "<%= s.preferred_family_name %>",
            <%- end -%>
            <%- if s.preferred_style -%>
            preferred_type: "<%= s.preferred_style %>",
            <%- end -%>
            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

30 entries across 30 versions & 1 rubygems

Version Path
fontist-1.21.2 lib/fontist/import/otfinfo/template.erb
fontist-1.21.1 lib/fontist/import/otfinfo/template.erb
fontist-1.20.0 lib/fontist/import/otfinfo/template.erb
fontist-1.19.0 lib/fontist/import/otfinfo/template.erb
fontist-1.18.2 lib/fontist/import/otfinfo/template.erb
fontist-1.17.1 lib/fontist/import/otfinfo/template.erb
fontist-1.17.0 lib/fontist/import/otfinfo/template.erb
fontist-1.16.0 lib/fontist/import/otfinfo/template.erb
fontist-1.15.2 lib/fontist/import/otfinfo/template.erb
fontist-1.15.1 lib/fontist/import/otfinfo/template.erb
fontist-1.15.0 lib/fontist/import/otfinfo/template.erb
fontist-1.14.6 lib/fontist/import/otfinfo/template.erb
fontist-1.14.5 lib/fontist/import/otfinfo/template.erb
fontist-1.14.4 lib/fontist/import/otfinfo/template.erb
fontist-1.14.3 lib/fontist/import/otfinfo/template.erb
fontist-1.14.2 lib/fontist/import/otfinfo/template.erb
fontist-1.14.1 lib/fontist/import/otfinfo/template.erb
fontist-1.14.0 lib/fontist/import/otfinfo/template.erb
fontist-1.13.2 lib/fontist/import/otfinfo/template.erb
fontist-1.13.1 lib/fontist/import/otfinfo/template.erb