2009-11-02

Qt embedded font

  • Which setFont() works?
For a Qt Widget, as long as no special font has been set, or after setFont(QFont()) is called, this is either a special font for the widget class, the parent's font or (if this widget is a top level widget), the default application font.

  • How to make font smooth?
To be continued..
  • How to deploy font ?
See the artical "Deploying Qt for Embedded Linux Applications" http://doc.trolltech.com/4.6/deployment.html

Reference:

No comments:

Post a Comment