RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: acezone
I'm having an issue getting font color to work. I have the code below in my OrderPdf class I recieve no errors but it never changes the color, any ideas?
text "#{@agenda.customer.name.titleize} - Weekly Conference Call", :align => :center, :size => 25, style: :bold, :color => "0000FF"
I'm having an issue getting font color to work. I have the code below in my OrderPdf class I recieve no errors but it never changes the color, any ideas?