Sha256: d50d8d6fd7b7b1e5b60cf75f9ce5b95c870eca146d78db662d4288ba155d42ff
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
# coding: utf-8 module Thinreports module Core::Shape class Text::Format < Basic::Format config_reader :texts config_reader valign: %w( style vertical-align ) config_reader line_height: %w( style line-height ) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thinreports-0.9.1 | lib/thinreports/core/shape/text/format.rb |
thinreports-0.9.0 | lib/thinreports/core/shape/text/format.rb |