From: Jeremy Woertink Date: 2007-08-31T05:37:39+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 Doing it in console, you can't format it. There are GUI toolkits like FXRuby you can checkout or just do a google search for GUI toolkits for Ruby. If you do Rails development on MacOSX there is a gem that allows you to have your text in different colors for your log file. Being new to all this stuff, that may be a bit too much, but just keep it in mind if you ever get into Rails development, then hop back on here and ask the question again :) ~Jeremy -- Posted via http://www.ruby-forum.com/.