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 (May 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 14 May 2007 18:40:02 +1000
Reply-To:     "Johnson, David" <David.Johnson@CBA.COM.AU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Johnson, David" <David.Johnson@CBA.COM.AU>
Subject:      Re: Vector Graphic with "Arial" under Unix
Content-Type: text/plain; charset="us-ascii"

Have you explored installing the same Arial font on your Unix system?

The following hyperlink provides instructions that may assist.

http://www.myfonts.com/Article1391.html

Was your example contrived, or have you mounted Windows drives to your system? Your GLOOK file reference uses a Windows path, yet you have the font installation warning message.

Kind regards

David

"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of SUBSCRIBE SAS-L Katja Glass Sent: Monday, 14 May 2007 6:24 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Vector Graphic with "Arial" under Unix

Dear community,

we are going to mirgrate form Windows to Unix. For this we have a problem with our SAS graphics. We create EMF graphics, which are with 9kb very small and we are able to extract the title out of the vector graphic (this is needed by one of our other systems). We are using the font "Arial" which is somehow not available under Unix. We would like to run our programs under both operating systems and get nearly the same graphics. Does someone know how I can make the font "Arial" or a similar vector- processing-font available to the Unix SAS? I tried all SAS software fonts under Unix, but could not find one matching. On the Unix machine itself different variants for arial are available (e.g. "--arial-medium-i---0-0-0- 0-p-0-iso8859-1"). When trying to use this, I get the same warning, that the font is not available.

Example to create a graphic: FILENAME glook "C:\temp\"; goptions reset=all device=emf ftext="Arial" GSFNAME = glook;

proc gplot data=sashelp.class; TITLE h=5 'title in arial'; plot weight*height=sex; RUN;QUIT;

Warning message: WARNING: Font Arial could not be used. Font SIMULATE substituted for font Arial.

Thanks for your help Katja

************** IMPORTANT MESSAGE ***************************** This e-mail message is intended only for the addressee(s) and contains information which may be confidential. If you are not the intended recipient please advise the sender by return email, do not use or disclose the contents, and delete the message and any attachments from your system. Unless specifically indicated, this email does not constitute formal advice or commitment by the sender or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. We can be contacted through our web site: commbank.com.au. If you no longer wish to receive commercial electronic messages from us, please reply to this e-mail by typing Unsubscribe in the subject line. **************************************************************


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