Sha256: 44e3214a0e154d10334eeddd23cf6f63b45b92abd46a9b2a3ecd1a13ea91f079

Contents?: true

Size: 367 Bytes

Versions: 36

Compression:

Stored size: 367 Bytes

Contents

# frozen_string_literal: true

module Prawn::Text::Formatted::ProtectBottomGutter
  def enough_height_for_this_line?
    if @arranger.finished? && @arranger.fragments.none? {|it| it.format_state[:full_height] }
      begin
        @height -= @bottom_gutter
        super
      ensure
        @height += @bottom_gutter
      end
    else
      super
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
asciidoctor-pdf-2.3.19 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.18 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.17 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.16 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.15 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.14 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.13 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.12 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.11 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.10 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.9 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.8 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.7 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.6 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.5 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.4 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.3 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.2 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.1 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb
asciidoctor-pdf-2.3.0 lib/asciidoctor/pdf/ext/prawn/formatted_text/protect_bottom_gutter.rb