shairontoledo / rghost

RGhost is a document creation and conversion API. It uses the Ghostscript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents. Support(PDF,PS,GIF,TIF,PNG,JPG,etc)
http://rghost.rubyforge.org
MIT License
187 stars 46 forks source link

Support for Numeric font sizes #41

Closed segfault88 closed 11 years ago

segfault88 commented 11 years ago

I needed to support floating point font sizes. So I made a quick change to use Numeric rather than Fixnum.

This allows you to specify a font size for example such as 6 or 6.5. It works great for me and I thought it might be useful for others.

shairontoledo commented 11 years ago

It's in rghost 0.9.3. Thanks