module Text2Path

Constants

VERSION

Public Class Methods

convert( text, font, opt={} ) click to toggle source
# File lib/text2path.rb, line 6
def self.convert( text, font, opt={} )
  Converter.new( text, font, opt )
end