Sha256: f3222a0331db11f5851b21c42e50f5762855972f134364dce66e7e355647bb3c
Contents?: true
Size: 187 Bytes
Versions: 3
Compression:
Stored size: 187 Bytes
Contents
require_relative 'text2path/svg_font' require_relative 'text2path/converter' module Text2Path def self.convert( text, font, opt={} ) Converter.new( text, font, opt ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
text2path-0.0.4 | lib/text2path.rb |
text2path-0.0.2 | lib/text2path.rb |
text2path-0.0.1 | lib/text2path.rb |