Sha256: 1d623fc19f82d069383be80662ef5ff308c259179048ceee8c2fcd60d7955ac6

Contents?: true

Size: 223 Bytes

Versions: 3

Compression:

Stored size: 223 Bytes

Contents

require_relative "common"

module Fontist
  module Manifest
    class Locations < Common
      private

      def file_paths(font, style)
        Fontist::SystemFont.find_with_style(font, style)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fontist-1.6.0 lib/fontist/manifest/locations.rb
fontist-1.5.1 lib/fontist/manifest/locations.rb
fontist-1.5.0 lib/fontist/manifest/locations.rb