Sha256: a66c518c8ae09b16cc4cc4f80c2ddcf369c6a1a776f15835b1e570a80dcfb257

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module Core
    module Shape
      module Text
        class Format < Basic::Format
          config_reader :texts
          config_reader valign: %w[style vertical-align]
          config_reader line_height: %w[style line-height]
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
thinreports-0.12.1 lib/thinreports/core/shape/text/format.rb
thinreports-0.12.0 lib/thinreports/core/shape/text/format.rb
thinreports-0.11.0 lib/thinreports/core/shape/text/format.rb
thinreports-0.10.3 lib/thinreports/core/shape/text/format.rb
thinreports-0.10.2 lib/thinreports/core/shape/text/format.rb
thinreports-0.10.1 lib/thinreports/core/shape/text/format.rb
thinreports-0.10.0 lib/thinreports/core/shape/text/format.rb