CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2008
    Posts
    1

    Exclamation Unicode font sample application

    Hi,

    I have to develop a soft key pad in hindi using C language. The requirement is that once I enter any of the keys say (Aa) in hindi it needs to get displayed in the edit box on the screen.Likewise other characters that are entered need to get appended to the text in the edit box. Now, for this Uicode support and font engine is required.Font rendering also has to be done. I have not used Unicode or font engine before. Can you please help me in knowing as to how this can be acheived.

    Also, it will be very helpful if I can receive a Unicode font sample application in C which supports hindi font.

    Thanks & Regards,
    Sameera

  2. #2
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,754

    Re: Unicode font sample application

    Thread moved to appropriate forum.

  3. #3
    Join Date
    Nov 2003
    Posts
    1,902

    Re: Unicode font sample application

    Here is a complete Win32 Text Editor tutorial, including Unicode support.
    http://catch22.net/tuts/neatpad

    You may want to start with part 8.

    gg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured