Re: German Language Modified Vowels in Hershey Font [message #23450] |
Fri, 26 January 2001 11:25 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Paul van Delst (pvandelst@ncep.noaa.gov) writes:
> David Fanning wrote:
>>
>> I'll leave it as an exercise for the reader to discover
>> how I converted the octal values in the Showfont
>> illustration to a decimal number. :-)
>
> Uhh...
>
> IDL> x='306'O
> IDL> help, x
> X INT = 198
Well, that's one way. I used a method that
involves sticking your thumbs over into the
palms of your hands. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: German Language Modified Vowels in Hershey Font [message #23519 is a reply to message #23450] |
Thu, 25 January 2001 05:19  |
Paul van Delst
Messages: 364 Registered: March 1997
|
Senior Member |
|
|
David Fanning wrote:
>
> I'll leave it as an exercise for the reader to discover
> how I converted the octal values in the Showfont
> illustration to a decimal number. :-)
Uhh...
IDL> x='306'O
IDL> help, x
X INT = 198
??
Or did you count up all the sets of 3 binary digits? No.... :o)
--
Paul van Delst A little learning is a dangerous thing;
CIMSS @ NOAA/NCEP Drink deep, or taste not the Pierian spring;
Ph: (301) 763-8000 x7274 There shallow draughts intoxicate the brain,
Fax: (301) 763-8545 And drinking largely sobers us again.
Email: pvandelst@ncep.noaa.gov Alexander Pope.
|
|
|