class Fontist::Indexes::FontIndex
Public Class Methods
Source
# File lib/fontist/indexes/font_index.rb, line 7 def self.from_file if Fontist.preferred_family? PreferredFamilyFontIndex.from_file else DefaultFamilyFontIndex.from_file end end
# File lib/fontist/indexes/font_index.rb, line 7 def self.from_file if Fontist.preferred_family? PreferredFamilyFontIndex.from_file else DefaultFamilyFontIndex.from_file end end