RailsCasts Pro episodes are now free!

Learn more or hide this

Billy Forester's Profile

GitHub User: acezone

Comments by Billy Forester

Avatar

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?

ruby
text "#{@agenda.customer.name.titleize} - Weekly Conference Call", :align => :center, :size => 25, style: :bold, :color => "0000FF"