class Fontist::Indexes::DefaultFamilyFontIndex
YAML file structure:
adobe arabic:
-
adobe_reader_19.yml
myriad pro:
-
adobe_reader_20.yml
akabara-cinderella:
-
akabara-cinderella.yml
andale mono:
-
andale.yml
-
macos/andale_mono.yml
-
opensuse_webcore_fonts.yml
-
pclinuxos_webcore_fonts.yml
Public Class Methods
Source
# File lib/fontist/indexes/default_family_font_index.rb, line 31 def self.path Fontist.formula_index_path end
Public Instance Methods
Source
# File lib/fontist/indexes/default_family_font_index.rb, line 35 def index_key_for_style(style) style.default_family_name || style.family_name end
Source
# File lib/fontist/indexes/default_family_font_index.rb, line 39 def normalize_key(key) key.downcase end