Module: Prawn::SwissQRBill::Helpers::BoxHelper

Included in:
Sections::PaymentAmount, Sections::PaymentInformation, Sections::ReceiptAmount, Sections::ReceiptInformation
Defined in:
lib/prawn/swiss_qr_bill/helpers/box_helper.rb

Overview

Helpers for drawing boxes

Instance Method Summary collapse

Instance Method Details

#corner_box(doc, point, options) ⇒ Object



8
9
10
# File 'lib/prawn/swiss_qr_bill/helpers/box_helper.rb', line 8

def corner_box(doc, point, options)
  Prawn::SwissQRBill::CornerBox.new(doc, point, options).draw
end