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

Home » Public Forums » archive » Phoenician aleph
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: Phoenician aleph [message #87518 is a reply to message #87517] Tue, 11 February 2014 19:40 Go to previous messageGo to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
On Tuesday, February 11, 2014 5:42:09 PM UTC-7, kdpe...@gmail.com wrote:
> Hi everyone,
>
>
>
> I'm using the Phoenician aleph as a symbol in some text, and I'd like to use it on the x axis label of a PostScript plot. I can find the Hebrew aleph, but the Phoenician one looks quite different. It's Unicode 10900, which I can't get to work. Any ideas?
>
>
>
> Thanks,
>
>
>
> Kyle

Hi Kyle,

I think you might be out of luck, unless someone has a brilliant workaround. Right now, IDL's graphics only handle 16-bit Unicode characters (up to $FFFF). Here's the error I get:

w = WINDOW()
; Works fine
t = TEXT(0.5, 0.5, "$\U(266A,266C) \Pluto's really small \U(266B)$")
; Doesn't work
t = TEXT(0.5, 0.5, "$\U(10900)$", font_size=48)
% IDLGRSRCDEST::GETTEXTDIMENSIONS: Error using Hershey characters: !Z hexadecimal value too large.
% IDLGRMODEL::DRAW: Error using Hershey characters: !Z hexadecimal value too large.

-Chris
ExelisVIS
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Create new variable with subset of 4D array
Next Topic: animated gif speed

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

Current Time: Wed Oct 08 17:32:33 PDT 2025

Total time taken to generate the page: 0.00474 seconds