Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: (ichimunki) Re x 3: Windows GUI programs in Perl

by John M. Dlugosz (Monsignor)
on Jul 03, 2001 at 22:33 UTC ( [id://93622]=note: print w/replies, xml ) Need Help??


in reply to (ichimunki) Re x 3: Windows GUI programs in Perl
in thread Windows GUI programs in Perl

I think you mean "available in the currently selected code page" not in the font. Yes, the ™(TM) symbol is present in the A[0-F] range in the Western code page. I chose that one because, since it is indeed in the 8-bit character set, it will be present in every (normal) font. That way, I didn't have to worry about which font the demo program was using, reducing the problem space.

A font will contain multiple encoding vectors, which map the character ordinal to a glyph (which has some internal ID). Latin-1, Latin-2, etc. may all be present in the same font file.

The characters I'm interested in, ultimatly, are not in that Latin-1 range. That was just a simple test.

I'm thinking the way to cope for now is to access the window handle and call SetWindowText directly, to draw the button faces. But my proof-of-concept is doing something funny...

—John

  • Comment on Re: (ichimunki) Re x 3: Windows GUI programs in Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://93622]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-23 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found