Class: Pdf::Components::Subtitle
- Inherits:
-
Pdf::Component
- Object
- Pdf::Component
- Pdf::Components::Subtitle
- Defined in:
- lib/pdf/components/subtitle.rb
Instance Attribute Summary
Attributes inherited from Pdf::Component
Instance Method Summary collapse
Methods inherited from Pdf::Component
Constructor Details
This class inherits a constructor from Pdf::Component
Instance Method Details
#render(content, size: 16, **options) ⇒ Object
6 7 8 9 |
# File 'lib/pdf/components/subtitle.rb', line 6 def render(content, size: 16, **) text content, size: size, ** move_down 5 end |