Sha256: ede586ac5b623efbf6d9a9e9cf454b1c75414d936ff053a29c41d2ca526a5939

Contents?: true

Size: 747 Bytes

Versions: 11

Compression:

Stored size: 747 Bytes

Contents

# frozen_string_literal: true

# NOTE: patch float precision constant so prawn-table does not fail to arrange cells that span columns (see #1835)
Prawn.send :remove_const, :FLOAT_PRECISION
Prawn::FLOAT_PRECISION = 1e-3

# the following are organized under the Asciidoctor::Prawn namespace
require_relative 'prawn/document/column_box'
require_relative 'prawn/font_metric_cache'
require_relative 'prawn/font/afm'
require_relative 'prawn/images'
require_relative 'prawn/formatted_text/arranger'
require_relative 'prawn/formatted_text/box'
require_relative 'prawn/formatted_text/fragment'
require_relative 'prawn/formatted_text/indented_paragraph_wrap'
require_relative 'prawn/formatted_text/protect_bottom_gutter'
require_relative 'prawn/extensions'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
asciidoctor-pdf-2.2.0 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.6 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.5 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.4 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.3 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.2 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.1 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.1.0 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.0.8 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.0.7 lib/asciidoctor/pdf/ext/prawn.rb
asciidoctor-pdf-2.0.6 lib/asciidoctor/pdf/ext/prawn.rb