class Fontist::Indexes::FilenameIndex
YAML file structure:
AdobeArabic_Bold.otf:
- 
adobe_reader_19.yml 
AdobeArabic_BoldItalic.otf:
- 
adobe_reader_19.yml 
AdobeArabic_Italic.otf:
- 
adobe_reader_19.yml 
AdobeArabic_Regular.otf:
- 
adobe_reader_19.yml 
adobedevanagari_bold.otf:
- 
adobe_reader_19.yml 
Public Class Methods
Source
# File lib/fontist/indexes/filename_index.rb, line 29 def self.path Fontist.formula_filename_index_path end
Public Instance Methods
Source
# File lib/fontist/indexes/filename_index.rb, line 47 def index_key_for_style(style) style.font end
Font collections
font_collections:
- 
filename: AdelleSans.ttc fonts: - 
name: Adelle Sans Devanagari styles: 
 
- 
Source
# File lib/fontist/indexes/filename_index.rb, line 51 def normalize_key(key) key end