Sha256: ec321ac32ee800f17f45a79bce9f1970f3a2f3b03b929aac7d1a1c1b62155331
Contents?: true
Size: 410 Bytes
Versions: 11
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true class Prawn::Table::Cell::Text # Override draw_content method to drop cursor advancement remove_method :draw_content def draw_content with_font do with_text_color do (text_box \ width: spanned_content_width + FPTolerance, height: spanned_content_height + FPTolerance, at: [0, @pdf.cursor]).render end end end end
Version data entries
11 entries across 11 versions & 1 rubygems