LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 14 Jun 2000 14:55:49 -0400
Reply-To:     Paige Miller <paige.miller@KODAK.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Paige Miller <paige.miller@KODAK.COM>
Organization: Eastman Kodak Company
Subject:      Re: Bold Title or Change Font Size
Content-Type: text/plain; charset=us-ascii

Veronica Rath wrote: > > Can I make the titles bold or change the font size? > > I am using V8 SAS/Base SAS/Stats on Windows NT.

I assume you mean procedure output, in which case you can use ODS and/or PROC TEMPLATE to change the appearance of your output. Not necessarily an easy thing to do, so I have found.

If you mean graphics titles, you simply need to specify the font as bold and the size. For example, if you want ZAPF font, then ZAPFB is the bold version. The font size defaults to 1, so a size of 1.25 would be larger.

title h=1.25 f=zapfb 'This is my title';

-- Paige Miller Eastman Kodak Company paige.miller@kodak.com

"It's nothing until I call it!" -- Bill Klem, NL Umpire "Those black-eyed peas tasted all right to me" -- Dixie Chicks


Back to: Top of message | Previous page | Main SAS-L page