Skip to content

Instantly share code, notes, and snippets.

@ecarnevale
Created October 6, 2008 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecarnevale/15118 to your computer and use it in GitHub Desktop.
Save ecarnevale/15118 to your computer and use it in GitHub Desktop.
A lil test app to show how the fonts appear in Shoes
# Just a lil app to test out the new fonts in Shoes.
Shoes.app do
stack do
Shoes::FONTS.each { |font|
inscription font, :stroke => red
para font, :font => font
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment