--
You received this message because you are subscribed to the Google Groups "idl-pvwave" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idl-pvwave+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/idl-pvwave/9ddab85b-1909-466d-93aa-403252954db0n%40googlegroups.com.
>Can this approach be used with non-vowel characters? E.g., x or R?
I don’t know offhand. Have you tried it yourself?
Andrew
The usual thing to try is using Unicode, but only the following letters exist, and Helvetica only has the vowels: Ââ Ĉĉ Êê Ĝĝ Ĥĥ Îî Ĵĵ Ôô Ŝŝ Ûû Ŵŵ Ŷŷ. Here my failed attempts:
w=window()
t = TEXT(0.01, 0.05, "Ââ Ĉĉ Êê Ĝĝ Ĥĥ Îî Ĵĵ Ôô Ŝŝ Ûû Ŵŵ Ŷŷ $\U(0302,0078)$ $\U(0302,0008,0078)$ $\U(0302)x$ $\hat{x}$ $x^\U(0302)$ ^")