From: Dan Zwell Date: 2007-08-30T11:06:19+09:00 Subject: Re: How do I format outputted text? Dan Mariani wrote: > How can I control the format (font size, color and location) for text > that I am out-putting to the screen. For example: > > puts ("Ruby is great!") > > How can I make this appear in larger font on my screen when I run my > program? > > Any help would be GREATLY appreciated!! > > dm What environment are you running the program in? Are you using a GUI toolkit? Are you just printing to the console? Are you (trying) to get this functionality in TextMate? What operating system are you using? Do you need a portable program? See http://catb.org/~esr/faqs/smart-questions.html Dan