Results 1 to 3 of 3

Thread: Unable to see Korean Font on the Ui

  1. #1
    Join Date
    Oct 2009
    Posts
    66
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Unable to see Korean Font on the Ui

    I am developing an application with various Language support, but i am not able to see the Korean fonts on the Ui. When the language is changed, the effect is seen but fonts are not rendered. I followed

    http://www.qtcentre.org/threads/2424...acters-display

    and added NanumGothic.ttf font file but still not able to see the fonts.

    Can some one please help me as to what more needs to be done to display the Korean Fonts.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Unable to see Korean Font on the Ui

    please provide a minimal compilable example. which reproduce your problem.

  3. #3
    Join Date
    Oct 2009
    Posts
    66
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Unable to see Korean Font on the Ui

    Recently i have realized that i am setting
    Qt Code:
    1. QFont font(QLatin1String("Courier"));
    2. QApplication::setFont(font);
    To copy to clipboard, switch view to plain text mode 

    Is setting the font to Courier causing this problem??

Similar Threads

  1. Korean font currupting
    By bhaskar in forum Qt Programming
    Replies: 2
    Last Post: 22nd February 2010, 01:02
  2. Korean fonts support in QtEmbedded 4.5
    By Beppe in forum Qt Programming
    Replies: 0
    Last Post: 11th November 2009, 16:44
  3. Problem with korean characters display
    By giriprasad in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 27th September 2009, 08:40
  4. Get Korean string from MYSQL(KUBUNTU)
    By morgana in forum Newbie
    Replies: 2
    Last Post: 7th July 2008, 07:57
  5. Problems with korean symbols in file path
    By Raistlin in forum Qt Programming
    Replies: 5
    Last Post: 6th April 2008, 13:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.