Class: PdfTempura::Render::Debug::CharacterFieldAnnotation

Inherits:
Annotation::Base show all
Defined in:
lib/pdf_tempura/render/debug/character_field_annotation.rb

Instance Method Summary collapse

Methods inherited from Annotation::Base

#initialize

Constructor Details

This class inherits a constructor from PdfTempura::Render::Debug::Annotation::Base

Instance Method Details

#render(pdf) ⇒ Object



6
7
8
# File 'lib/pdf_tempura/render/debug/character_field_annotation.rb', line 6

def render(pdf)
  render_boxes(pdf)
end