[Interest] HTML font family with QTextCursor on Android

Charles-Elie Gentil mail at jiyuusoft.net
Wed Apr 12 10:32:55 CEST 2017


Hi,


My program run on Mac OS X and Android. I use an HTML model and a CSS stylesheet to create a document with QTextCursor.
In my stylesheet I use this line :

td {
    font: 12px "Comic Sans MS";
}


With Mac OS X, I don’t have problem with font family (i.e : Comic sans MS, Verdana, …). But with Android, this attribute doesn’t work.

Too, I try with only 

td {
    font-family: "Comic Sans MS";
}


But here, the font-family doesn’t work on Mac OS X and Android.


Do you notice this problem too ? 


Best regards,

Charlie

mail at jiyuusoft.net
http://blog.jiyuusoft.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170412/d33d6e05/attachment.html>


More information about the Interest mailing list