comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Earth Symbol
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Earth Symbol [message #75654 is a reply to message #75475] Mon, 14 March 2011 12:31 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
wlandsman writes:

> Unfortunately, while tex2idl() has the Earth symbol \oplus,
it does not have the Sun symbol \odot, which remains a perpetual problem
(for publishable fonts) in IDL. (The unicode font mentioned by Chris
Torrence does not appear to be on either my Linux or Mac machines.)

The version of tex2IDL() I am looking at has
the Sun symbol, but as a Unicode value. The
real problem is that IDL does not come with
an installed Unicode font that can be used.
You have to go looking for one. Then you have
to install it in the IDL distribution, modify
the ttfont.map file to locate it, etc., etc.

It is *slightly* easier in Windows, because you
can use the fonts that are installed in the normal
Windows/fonts directory just by naming them. But,
even then, it is difficult to get the thing working
everywhere. (I just tried adding the Sun and Earth
symbol the the Greek program I have.)

The problem there is that you have to "install"
the true-type Unicode font you want to use:

Device, Set_Font='Arial Unicode MS', /TT_Font

But this doesn't "transfer" to the PostScript device.
So, even if you get it working on your computer, there
is no guarantee it is going to work in PostScript. You
have to Set_Plot to PostScript, then issue the *same*
Device command as above, and THEN it works everywhere.

It just seems too darn complicated to be useful.

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: plotting xaxis with date
Next Topic: Poisson Noise

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 06:14:34 PDT 2025

Total time taken to generate the page: 1.20215 seconds