Sha256: f8dce07b1b76830a54e5f3fc7027b0caf1ecb3e68710886f0d9738f0d515b7d2

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true
# sample56.rb
Para = Shoes::Para
Shoes.app width: 200, height: 160 do
  style Para, align: 'center', stroke: pink, size: 30
  stack do
    para "hello"
    para "hello", size: 10, stroke: red
    para "hello"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre12 samples/simple_altered_para.rb