Sha256: 22e6e8a52faaf869c1493a00710ecd20e3fbb4c74a3c131c6907370b9bc0c131

Contents?: true

Size: 182 Bytes

Versions: 12

Compression:

Stored size: 182 Bytes

Contents

require 'text2svg/option'
require 'text2svg/typography'
require 'text2svg/version'

module Kernel
  def Text2svg(text, option)
    Text2svg::Typography.build(text, option)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
text2svg-0.5.1 lib/text2svg.rb
text2svg-0.5.0 lib/text2svg.rb
text2svg-0.4.3 lib/text2svg.rb
text2svg-0.4.2 lib/text2svg.rb
text2svg-0.4.1 lib/text2svg.rb
text2svg-0.4.0 lib/text2svg.rb
text2svg-0.3.6 lib/text2svg.rb
text2svg-0.3.5 lib/text2svg.rb
text2svg-0.3.4 lib/text2svg.rb
text2svg-0.3.3 lib/text2svg.rb
text2svg-0.3.2 lib/text2svg.rb
text2svg-0.3.1 lib/text2svg.rb