in reply to (ichimunki) Re x 3: Windows GUI programs in Perl
in thread Windows GUI programs in Perl
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
|
|---|