Sha256: 92d7c00dcac353499ebf3a2c46390c2c666d2be7b2aa54dd82701643fd59b594
Contents?: true
Size: 372 Bytes
Versions: 5
Compression:
Stored size: 372 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport 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 end
Version data entries
5 entries across 5 versions & 1 rubygems