Module: Kernel
- Defined in:
- lib/text2svg.rb
Instance Method Summary collapse
Instance Method Details
#Text2svg(text, option) ⇒ Object
6 7 8 |
# File 'lib/text2svg.rb', line 6 def Text2svg(text, option) Text2svg::Typography.build(text, option) end |