Hello I try to build styled Box with text inside.
I want set :border_color,:font_size,:text_align,:text_color
http://stackoverflow.com/questions/5436497/prawn-styling-cell-object
=> more explanation
I tried use Prawn::Table::Cell:Text
Prawn::Table::Cell::Text.new(self.pdf,[10,10],:content => "My
text",:text_color => "xxx",:width => 300)
and it works but it also overlaps another bounding box. Also I don't
know how to turn on borders (I try use :inline_format => true)
Here is code
ps: method make_header should do all work
http://pastie.org/1727740
prawn (0.11.1.pre 8ed4c22)