Method: Pdf::Components::Title#render

Defined in:
lib/pdf/components/title.rb

#render(content, size: 20, **options) ⇒ Object



6
7
8
9
# File 'lib/pdf/components/title.rb', line 6

def render(content, size: 20, **options)
  text content, size: size, style: :bold, **options
  move_down 10
end