Class: Fontist::Import::Macos

Inherits:
Object
  • Object
show all
Defined in:
lib/fontist/import/macos.rb

Constant Summary collapse

FONT_XML =

rubocop:disable Layout/LineLength

"/System/Library/AssetsV2/com_apple_MobileAsset_Font6/com_apple_MobileAsset_Font6.xml".freeze
HOMEPAGE =
"https://support.apple.com/en-om/HT211240#document".freeze

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
14
15
16
17
18
19
# File 'lib/fontist/import/macos.rb', line 11

def call
  links.each do |link|
    create_formula(link)
  end

  Fontist::Index.rebuild

  Fontist.ui.success("Created #{links.size} formulas.")
end