class PdfTempura::Render::Debug::CheckboxFieldAnnotation

Private Instance Methods

coordinate_offsets() click to toggle source
# File lib/pdf_tempura/render/debug/checkbox_field_annotation.rb, line 10
def coordinate_offsets
  {
    xy: [1,16],
    label: [1,-9]
  }
end
label_options() click to toggle source
Calls superclass method
# File lib/pdf_tempura/render/debug/checkbox_field_annotation.rb, line 17
def label_options
  super.merge(align: :left)
end