Font changes in deployed applications
When launched on the phone directly after deployment from the SDK (and when started from the terminal), an application has correct font, same as in the SDK emulator. But when launched from the application icon in launcher the font in the application is much smaller (actually: thinner) and very ugly (not antialiased, almost illegible on the device). Checked with multiple applications, always the same issue.
Furthermore, when the font is ugly (app launched from icon) text formatting/alignment (e.g. Text.AlignJustify) works correctly. But when the font is good looking (app launched from terminal) text alignment does NOT work.
Screenshots:
Good looking font (same as in the SDK emulator) with AlignJustify NOT working - when an application gets launched from the terminal:
Ugly font (thinner, narrower) but correctly working AlignJustify - when launched from an icon:
This sounds really starange, could you post screenshots of app having correct and wrong fonts. Would be good to see how they look ;)
foss4ever ( 2013-12-26 09:20:49 +0200 )editI've added some screenshots to the original post above. Even the button font changes to a thinner one, and so does the font in e.g. Pulley menu.
my-jolla ( 2013-12-26 18:27:02 +0200 )editWow that looks really bad. Have you experienced this with other apps that you deploy to.device, or is it only this one?
foss4ever ( 2013-12-26 20:55:10 +0200 )editYes, all applications are affected with the same issue. I've got nine applications fully ported to Sailfish OS and it happens with all of them.
my-jolla ( 2013-12-26 23:12:46 +0200 )editOk, I have also the SDK in use and have been able to deploy a simple app to the device and checked that it works (I didn't pay attention to font rendering at the time). Do you have your source-code in GitHub and open-sourced, so I could try this with my own QtCreator and device?
foss4ever ( 2013-12-26 23:22:06 +0200 )edit