Re: special characters in iTools annotation [message #58216 is a reply to message #58072] |
Wed, 16 January 2008 13:06  |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
Chris Torrence wrote:
> How about pasting in the micro symbol?
>
> 123�10!u5!n �
>
> Then it seems to work with isolatin1=true. The only problem is that it
> doesn't use the symbol font, so it looks a bit different.
>
> I was able to see the micro character by doing the following:
> print,string(bindgen(128)+128b)
>
> -Chris
Yes, that works. In fact, now that I look at the font table again (Help
index -> TrueType fonts -> samples -- thanks to David for pointing us
there on http://www.dfanning.com/ographics_tips/greek.html) I see the
micro symbol in the Helvetica font at position 265 (octal). I had looked
for that yesterday but somehow missed it.
Since it is part of the Helvetica font, it looks even better than the
character from the symbol font.
Thanks a lot,
Benjamin
|
|
|