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

Home » Public Forums » archive » Add a Dot on top of a letter
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: Add a Dot on top of a letter [message #50899 is a reply to message #50856] Wed, 25 October 2006 06:13 Go to previous messageGo to previous message
jgc is currently offline  jgc
Messages: 10
Registered: July 2006
Junior Member
> sym = '!6!sM!r!u!9 %!6!n'
> XYOUTS, 0.5, 0.5, /Normal, CharSize=2.0, 'Symbol: ' + sym
>

This looks a bit more "mathematical"

IDL> xx=0.5 & yy=0.5
IDL> XYOUTS, xx,yy, /norm, 'M'
IDL> XYOUTS, xx+.005,yy+.02, /norm, '!M.!X'

then you can work out an automatic calculation of the displacement of
the dot (+.005, +.02) as a function of the character size.

hope it helps,

Javier
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Suggestions for tips
Next Topic: Re: Reading in a non-rectangular array

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

Current Time: Fri Oct 10 00:47:17 PDT 2025

Total time taken to generate the page: 0.72022 seconds