Qtopia Core FontsQtopia Core uses the FreeType 2 font engine to produce font output. For this reason it supports the same font formats as this font engine. In addition, Qtopia Core supports the Qt Prerendered Font (QPF), a light-weight non-scalable font format specific to Qtopia Core. Several of the formats may be rendered using anti-aliasing for improved readability on low-resolution devices. When Qtopia Core applications run, they look for a file called fontdir in Qtopia Core's /lib/fonts/ directory. This file defines the fonts that are available to the application (i.e. the fonts located in the /lib/fonts/ directory), and can be modified to specify the preferred fonts. Support for other font formats can be added, contact info@trolltech.com for more information.
All supported fonts use the Unicode character encoding. Most fonts available today do, but they usually don't contain all the Unicode characters. A complete 16-point Unicode font uses over 1 MB of memory. Warning: The font definition file, naming conventions for the font files, and the format of QPF files may change in future versions of Qtopia Core. FreeType FormatsBy default, the FreeType 2 font engine (and Qtopia Core) supports the following font formats:
It is possible to add modules to the FreeType 2 font engine to support other types of font files. For more information, see the font engine's own website: http://freetype.sourceforge.net/freetype2/index.html. Qt Prerendered FontThe Qt Prerendered Font (QPF) is a platform specific, light-weight and non-scalable font format. With Qt/Embedded (Qtopia Core's predecessor) versions 2 and 3, it was possible to create custom QPF font files, for example creating QPF files from a TrueType (TTF) or Bitmap Distribution Format (BDF) font, removing the need for TTF and BDF support. Qt/Embedded also provided the makeqpf tool, located in Qt's tools directory, for producing QPF font files. Note that the makeqpf tool is not yet ported to Qtopia Core. Specifying FontsTo specify the application's fonts, you must modify the fontdir in Qt's /lib/fonts/ directory. The file defines the fonts available to the application, and has the following format: name file renderer italic weight size flags
The font definition file does not specify QPF fonts; these are loaded directly from the directory containing the fontdir file. Note that the file name describes the font, for example helvetica_120_50.qpf is 12 point Helvetica while helvetica_120_50i.qpf is 12 point Helvetica italic. |
Publicité
Best OfActualités les plus luesSemaine
Mois
Année
Le Qt Developer Network au hasardComment fermer une applicationLe Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.
CommunautéRessources
Liens utilesContact
Qt dans le magazine |
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com