Module: Fontist::Import

Defined in:
lib/fontist/import.rb,
lib/fontist/import/macos.rb,
lib/fontist/import/google.rb,
lib/fontist/import/otf_style.rb,
lib/fontist/import/google/api.rb,
lib/fontist/import/otf_parser.rb,
lib/fontist/import/sil_import.rb,
lib/fontist/import/text_helper.rb,
lib/fontist/import/google_import.rb,
lib/fontist/import/otf/font_file.rb,
lib/fontist/import/create_formula.rb,
lib/fontist/import/formula_builder.rb,
lib/fontist/import/template_helper.rb,
lib/fontist/import/convert_formulas.rb,
lib/fontist/import/otfinfo_generate.rb,
lib/fontist/import/formula_serializer.rb,
lib/fontist/import/files/font_detector.rb,
lib/fontist/import/helpers/hash_helper.rb,
lib/fontist/import/recursive_extraction.rb,
lib/fontist/import/files/collection_file.rb,
lib/fontist/import/helpers/system_helper.rb,
lib/fontist/import/files/file_requirement.rb,
lib/fontist/import/manual_formula_builder.rb,
lib/fontist/import/otfinfo/otfinfo_requirement.rb,
lib/fontist/import/google/create_google_formula.rb

Defined Under Namespace

Modules: Files, Google, Helpers, Otf, Otfinfo, TemplateHelper, TextHelper Classes: ConvertFormulas, CreateFormula, FormulaBuilder, FormulaSerializer, GoogleImport, Macos, ManualFormulaBuilder, OtfParser, OtfStyle, OtfinfoGenerate, RecursiveExtraction, SilImport

Class Method Summary collapse

Class Method Details

.name_to_filename(name) ⇒ Object



4
5
6
# File 'lib/fontist/import.rb', line 4

def name_to_filename(name)
  name.downcase.gsub(" ", "_") + ".yml"
end