FontsThe Qtopia Core platform uses the FreeType 2 font engine to produce font output. For that 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 defining the fonts that are available to the application (i.e. the fonts located in the /lib/fonts/ directory). Modify this file 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. Note that the font definition file, naming conventions for font files, and the format of QPF files may change in future versions of the Qtopia Core platform. FreeTypeBy 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 FontsWhen Qtopia Core applications run, they look for a file called fontdir in Qt's /lib/fonts/ directory. Modify this file to specify the preferred fonts. The file defines the fonts available to the application, and has the following format: name file renderer italic weight size flags where
The font definition file does not specify QPF fonts; these are loaded directly from the directory containing the fontdir file. The font data is specified by the file name, for example helvetica_120_50.qpf is 12 point Helvetica while helvetica_120_50i.qpf is 12 point Helvetica italic. [Contents] |
Publicité
Best OfActualités les plus luesSemaine
Mois
Année
Le Qt Quarterly au hasardLes aventures de QLALR - utiliser QLALR pour générer un parseur pour une aventure textuelleQt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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.1 | |
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