Sha256: 9b028f191d2e902b6dea3a63f2fa8bdf8fd59b6856e50c012209d6b5978acf58

Contents?: true

Size: 198 Bytes

Versions: 26

Compression:

Stored size: 198 Bytes

Contents

module Roo
  class Font
    attr_accessor :bold, :italic, :underline

    def bold?
      @bold
    end

    def italic?
      @italic
    end

    def underline?
      @underline
    end
  end
end

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
roo-2.10.1 lib/roo/font.rb
roo-2.10.0 lib/roo/font.rb
roo-2.9.0 lib/roo/font.rb
ruh-roo-3.0.1 lib/roo/font.rb
roo-2.8.3 lib/roo/font.rb
roo-2.8.2 lib/roo/font.rb
roo-2.8.1 lib/roo/font.rb
roo-2.8.0 lib/roo/font.rb
roo-2.7.1 lib/roo/font.rb
roo-2.7.0 lib/roo/font.rb
roo-2.6.0 lib/roo/font.rb
roo-2.5.1 lib/roo/font.rb
roo-2.5.0 lib/roo/font.rb
roo-2.4.0 lib/roo/font.rb
roo-2.3.2 lib/roo/font.rb
roo-2.3.1 lib/roo/font.rb
roo-2.3.0 lib/roo/font.rb
roo-2.2.0 lib/roo/font.rb
roo-2.1.1 lib/roo/font.rb
roo-2.1.0 lib/roo/font.rb