Class: Fontist::ManifestResponse

Inherits:
Manifest
  • Object
show all
Defined in:
lib/fontist/manifest_response.rb

Overview

Yu Gothic:

Bold:
  full_name: Yu Gothic Bold
  paths:
  - "/Applications/Microsoft Excel.app/Contents/Resources/DFonts/YuGothB.ttc"
  - "/Applications/Microsoft OneNote.app/Contents/Resources/DFonts/YuGothB.ttc"
Regular:
  full_name: Yu Gothic Regular
  paths:
  - "/Applications/Microsoft Excel.app/Contents/Resources/DFonts/YuGothR.ttc"
  - "/Applications/Microsoft OneNote.app/Contents/Resources/DFonts/YuGothR.ttc"

Noto Sans Condensed:

Regular:
  full_name: Noto Sans Condensed
  paths:
  - "/Users/foo/.fontist/fonts/NotoSans-Condensed.ttf"

Class Method Summary collapse

Methods inherited from Manifest

#fonts_casted, from_file, from_hash, #install, #to_file, #to_response

Class Method Details

.font_classObject



62
63
64
# File 'lib/fontist/manifest_response.rb', line 62

def self.font_class
  ManifestResponseFont
end