Sha256: eaf461e7833be3c1c70555162b55213a3751cf31d67e5003fa5fb9b3e0467722

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

module Fontana

  module Converter

    # Converts the font file into the new desired format
    #
    # @param [Tempfile] file a font file of one of the acceptd font formats
    # @param [Symbol] format a symbol respresenting the expected font format you would like returned
    # @return [Tempfile] a temperary file handle to a font in the format that was requested
    def convert(file, format)
      file
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fontana-0.0.1.rc1 lib/fontana/converter.rb