class Fontist::SystemIndex
Public Class Methods
Source
# File lib/fontist/system_index.rb, line 224 def self.fontist_index @fontist_index = SystemIndexFontCollection.from_file( path: Fontist.fontist_index_path, paths_loader: -> { SystemFont.fontist_font_paths }, ) end
Source
# File lib/fontist/system_index.rb, line 217 def self.system_index @system_index = SystemIndexFontCollection.from_file( path: Fontist.system_index_path, paths_loader: -> { SystemFont.font_paths }, ) end