Sha256: 9cc2b5b60847dd443f8f2bb51b77f325b0e525e30b350a4c820a761315b6ad3f

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

Shoes.app height: 200 do
  font File.join(Shoes::DIR, 'fonts/Coolvetica.ttf')
  stack do
    flow do
      title 'Good Question'
      para 'Arial (default)', left: 400, top: 20
    end
    flow do
      title 'Cool Question', font: 'Coolvetica'
      para 'Coolvetica', left: 400, top: 20
    end
    flow do
      title 'Lucid Question', font: 'Lucida console'
      para 'Lucida Console', left: 400, top: 20
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/simple-font.rb
shoes-4.0.0.pre1 samples/simple-font.rb