Solve the problem that the Chinese font of QT4.5 of tq2440 is not displayed.

Source: Internet
Author: User

Qt4.5.3 cannot display Chinese fonts, either in qvfb or in arm systems. Later, I checked some methods on the Internet.
Finally completed
1. DownloadQpf Font Library

Go to http://kenter1643.download.csdn.net/to find and download
2. decompress the downloaded library.Put the qpf file in lib/fonts (both qtX86 and arm versions, as well as the migrated file system are put in this child)
During compilation and running: In the qtcreator, Run Settings --> Edit run configuration: Click the Show Details button on the right side. In the open drop-down list, Arguments: add the parameter "-qws-font wenquanyi" to the text box ".
Or run the command in the terminal, for example,./hello.
-Qws-font wenquanyi
This will display Chinese characters.

If you do not want to enter the following parametersDelete all other fonts in lib/fonts, retain onlyFont of quanyi zhengheiQpf font library. In this way, you only need to run./Hello-Qws. However, no other fonts can be used.

Tip: when you run a program on the terminal, adding & will not exclusively occupy the terminal. You can run multiple programs on the terminal.
For example:
./Hello &

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.