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

Home » Public Forums » archive » Foreign fonts and map boundary problems in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Foreign fonts and map boundary problems in IDL [message #6625] Tue, 23 July 1996 00:00
jltoth is currently offline  jltoth
Messages: 2
Registered: July 1996
Junior Member
I am working on a project which is intended to use IDL
and the following issues have come up.

1. It could be just my Alzheimers, but I distinctly remember
a co-worker of mine havig some user-contributed enhanced
IDL vector font with among other things, 3 pages
of Chinese characters.

A lead on vector fonts for arabic characters would be great, too.

This is another piece of the same project Mila Mitra asked
about earlier, and the project entails writing directly to GIF,
so we're stuck with the vector fonts.

2. The following code fragment "forgets" to draw a substantial
region around the 180th meridian. This is seriously annoying.
Any workaround or bugfix besides not mapping thru
the 180th meridian?

PRO example_bug

SET_PLOT, 'X'
DEVICE, pseudo_color = 8
WINDOW,1,tit='Test',retain=2

MAP_SET, 0.0, 90.0, /CYL, /ISOTROPIC, $
LIMIT=[-90.0, -90.0, 90.0, 270.0]

MAP_CONTINENTS, /COASTS, MLINETHICK=2
MAP_CONTINENTS, /COUNTRIES, MLINETHICK=2

END

3. The documentation for writing GIF's is kind of sketchy.
Sue, the source is there, but it calls this "magic" verb
ENCODE_GIF. Anyone know if this procedure can make a GIF
with a transparent color level?

Many thanks in advance to anyone who offers assistance,

-JLT-

-------

Jeremiah L. Toth jltoth@clark.net
P.O. Box 3242 http://www.clark.net/pub/jltoth/
Laurel, MD 20709 (featuring linux, railroads,
USA and classical languages)
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: HANDLE_FREE: when to use? is it necessary?
Next Topic: Re: counting elements in files

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

Current Time: Wed Oct 08 17:38:25 PDT 2025

Total time taken to generate the page: 0.00493 seconds