-
Font rendering issue
Hello,
I have an Qt application for embedded linux on MIPS.
We are facing problem with font rendering on text which is set to QLabel. Its working fine generally but sometimes the font rendering displayed like distorted and holds this behaviour untill we restarts the application. This font rendering distortion is noticed on display screen and the printouts we have generated using our application.
I am using style sheets to specify the font size and family.
-
Re: Font rendering issue
I have experienced similar issues and I have found that the text render sometimes does not cache the fonts that you have loaded and will reload them with default fonts, which could explain the distortion that you are seeing. I specializes in low level graphics, 2D and 3D, text & user interface development for embedded platforms. If you need any more help let me know.
Kyle Arseneault.
You I Labs
-
Re: Font rendering issue
Hi,
I am using 4.5.3 version and the TrueType fonts are NOT displayed as smoothly as they are done in my firefox browser.
I am using PreferAntialias and PreferOutline, but it does not help. Is this a rendering issue or something else?
Thanks,
Dinesh
-
Re: Font rendering issue
hai..
i saw your mail in the mailing list...
even i am facing similar problem... Actually i have a QT console application,built for MIPS.. which make use of QTableWidget.. my application is using text.. but the text is not being loaded properly.. i mean.. its appearing in the form of BOX BOX..
other than my application.. none of the QT applications are also displaying text.. every where its appearing as BOX BOX.. i have the fonts installed that are supported by QT directory.. but still the applications are unable to display text..
so i just wanted to know.. is this an issue with font loading or font rendering??..
but the application runs well on my linux PC.
any help.. please let me know...
-
Re: Font rendering issue
Hi yogeshgokul,
I am also facing the exact same issue. I am trying to display Tamil font. Sometimes the font rendering displayed like distorted and along with that I am creating image of the same data and that data/image gets printed. The image data also gets distorted.
I am not able to understand why this is happening. Have you found any solution for the same. Please help me if you have..
I am using qt 4.7.4
-
Re: Font rendering issue
Hi All,
Any update on this issue?
I am using qt-4.8.7 on ubuntu 14.04.
Fonts are coming as distorted for me as well. It is working fine for further versions of QT but i have to fix it with QT4.8.7 only.
Please help if someone was able to solve this issue.
Thanks in advance.