the character is attached. I tried to use the character viewer of my MAC OS to type this directly to igor pro, but it does not work. tau.jpg(108.24 KB)
On Windows you an switch to another font which substitutes the normal characters with Greek letters (e.g., Symbol font). Probably you can use the same method on Mac.
That's assuming you left the default font to Geneva. Symbol font is what I use to display Greek characters. Though I do agree that Unicode support in version 7 of Igor would be nice, so I can use all the other symbols natively without having to play font tricks.
That's assuming you left the default font to Geneva. Symbol font is what I use to display Greek characters. Though I do agree that Unicode support in version 7 of Igor would be nice, so I can use all the other symbols natively without having to play font tricks.
Instead of explicitly setting the font to Geneva, which will break if you set a different font as the default font, use the Store Info and Recall Info escape sequences. So then the annotation would be (for instance) \[0abc\F'Symbol't\]0def
where \[0 will store the current font, font size, etc., at the point where you insert it. Then \F'Symbol't inserts a tau character, and finally \]0restores the former font and appearance. Naturally, abc and def are stand-ins for your actual text.
August 17, 2014 at 06:09 pm - Permalink
That's assuming you left the default font to Geneva. Symbol font is what I use to display Greek characters. Though I do agree that Unicode support in version 7 of Igor would be nice, so I can use all the other symbols natively without having to play font tricks.
August 21, 2014 at 12:49 pm - Permalink
Instead of explicitly setting the font to Geneva, which will break if you set a different font as the default font, use the Store Info and Recall Info escape sequences. So then the annotation would be (for instance)
\[0abc\F'Symbol't\]0def
where
\[0
will store the current font, font size, etc., at the point where you insert it. Then\F'Symbol't
inserts a tau character, and finally\]0
restores the former font and appearance. Naturally, abc and def are stand-ins for your actual text.John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
August 22, 2014 at 09:31 am - Permalink
August 22, 2014 at 12:05 pm - Permalink