Module: Text2Path

Defined in:
lib/text2path.rb,
lib/text2path/glyph.rb,
lib/text2path/version.rb,
lib/text2path/svg_font.rb,
lib/text2path/svg_path.rb,
lib/text2path/converter.rb

Defined Under Namespace

Classes: Converter, Glyph, SvgFont, SvgPath

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.convert(text, font, opt = {}) ⇒ Object



6
7
8
# File 'lib/text2path.rb', line 6

def self.convert( text, font, opt={} )
  Converter.new( text, font, opt )
end