| View previous topic :: View next topic |
| Author |
Message |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Mon Dec 04, 2006 3:59 pm Post subject: How do I display text using a unicode font? |
|
|
Hi all,
Does anyone have any ideas on how to display a text message using a unicode font?
What I am trying to do is install a japanese font (Simsun.ttf), and display a success message, in japanese, using the Simsun font, when accomplished.
Thanks in advance,
Hooligan
_________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Tue Dec 05, 2006 2:16 am Post subject: |
|
|
a bit of possible lateral thinking here
how about displaying the message in a browser box using html ... would that do the job?
serge
_________________
|
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue Dec 05, 2006 4:46 am Post subject: |
|
|
That might just do it... I'll see what I can do.
Thanks,
Hooligan
_________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Dec 05, 2006 10:50 am Post subject: |
|
|
Unfortunately even Delphi doesn't support Unicode.
_________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Tue Dec 05, 2006 3:48 pm Post subject: |
|
|
| Actually there are units and classes in Delphi which allow you to use Unicode characters for display. Theres many third party controls which can display unicode as well; tntware makes a nice set of freeware unicode controls for Delphi but only work under 2000/2003/NT/XP/Vista, earlier versions of Windows did not support unicode.
|
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Wed Dec 06, 2006 8:58 pm Post subject: |
|
|
Hooligan,
Can you send me the font you are trying to use. It should be possible to do this with GadgetX since it is not local specific and has the abilities to call Unicode functions and ActiveX controls.
_________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Tue Dec 12, 2006 12:51 am Post subject: |
|
|
Hooligan,
I have this working with GadgetX however I had to make a few small changes to the way GadgetX handled these string types. I was not happy with the old way. I will be packaging the new build either tonight or tomorrow. I will make sure to include an example for you to follow.
|
|
| Back to top |
|
 |
|