class Fontist::Import::OtfinfoGenerate
Constants
- TEMPLATE_PATH
Public Class Methods
Source
# File lib/fontist/import/otfinfo_generate.rb, line 12 def initialize(font) @font = font end
Public Instance Methods
Source
# File lib/fontist/import/otfinfo_generate.rb, line 16 def call paths = font_paths(@font) puts paths styles = generate_styles(paths) puts render(styles) end