Results 1 to 2 of 2

Thread: How to make qpf file

  1. #1
    Join Date
    May 2007
    Posts
    9
    Thanks
    1
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Windows

    Default How to make qpf file

    Hi Friends,

    Am using qt 2.3.10 (Embedded) on Linux to develop embedded application.
    I dont know how to make qpf file using ttf file..
    Let me know what are the steps needed..
    Any suggestions are highly appreciable..
    Thanks in advance..
    Regards
    Noufal k

  2. #2
    Join Date
    Mar 2008
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: How to make qpf file

    I have done something similar with qt embedded 3.3.4.
    Took a ttf font
    converted to bdf using ttf2bdf tool.
    prepared a line inside fontdir file.

    compiled qte with "full config" configuration.
    launched an application like this:

    myapp -savefonts


    in the application you have to do at least one writing.
    automatically the application saves the qpf file.
    the second time the application will be quicker because it will use the qpf file directly.

    bye bye

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  2. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  3. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  4. Replies: 1
    Last Post: 18th July 2006, 12:06
  5. Replies: 1
    Last Post: 11th January 2006, 14:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.