On Mon, Oct 6, 2008 at 7:11 PM, _why <[EMAIL PROTECTED]> wrote: > Today I've added suppport to Shoes for loading .ttf and .otf files > (and others, depending on your platform.) > <http://newwws.shoooes.net/2008/10/06/new-external-fonts.html> >
Nice! and really easy to test it out! > The docs list the different font formats supported. I could use > help figuring out what fonts work and which don't and if I'm > missing some font formats, if anyone's interested. > <http://help.shoooes.net/Built-in.html#font> > Shoes.app do stack do Shoes::FONTS.each { |font| inscription font, :stroke => red para font, :font => font } end end or http://gist.github.com/15118 The list is memory heavy at least for my iBook (FF is a grazing ippo here in these lands...) But overall this font debutante seems handle the peer pressure very well.
