Sha256: 04162aff9e1b339346dbe72f24bb2493741cacf9ce0344a4cbeafc9c113972bc

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

require 'pastel'
require_relative '../lib/tty-font'

pastel = Pastel.new
font = TTY::Font.new(:doom)

puts pastel.yellow(font.write("DOOM"))

puts font.write("ABCDEFGHIJKLMN")
puts font.write("OPQRSTUVWXYZ")

puts font.write("abcdefghijklmn")
puts font.write("opqrstuvwxyz")

puts font.write("0123456789")

puts font.write("!#\$%^&*()-_+=")

puts font.write("\"',.:;><?@][\\/")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tty-font-0.4.0 examples/doom.rb
tty-font-0.3.0 examples/doom.rb
tty-font-0.2.0 examples/doom.rb