Module: PdfTextHelper
- Defined in:
- app/pdfs/concerns/pdf_text_helper.rb
Instance Method Summary collapse
Instance Method Details
#header_style ⇒ Object
font
5 6 7 8 9 10 11 |
# File 'app/pdfs/concerns/pdf_text_helper.rb', line 5 def header_style { size: 25, style: :bold, align: :center } end |
#pdf_content_style ⇒ Object
13 14 15 |
# File 'app/pdfs/concerns/pdf_text_helper.rb', line 13 def pdf_content_style end |