QFontDatabase Class Reference |
Constant | Value |
---|---|
QFontDatabase::Any | 0 |
QFontDatabase::Latin | 1 |
QFontDatabase::Greek | 2 |
QFontDatabase::Cyrillic | 3 |
QFontDatabase::Armenian | 4 |
QFontDatabase::Hebrew | 5 |
QFontDatabase::Arabic | 6 |
QFontDatabase::Syriac | 7 |
QFontDatabase::Thaana | 8 |
QFontDatabase::Devanagari | 9 |
QFontDatabase::Bengali | 10 |
QFontDatabase::Gurmukhi | 11 |
QFontDatabase::Gujarati | 12 |
QFontDatabase::Oriya | 13 |
QFontDatabase::Tamil | 14 |
QFontDatabase::Telugu | 15 |
QFontDatabase::Kannada | 16 |
QFontDatabase::Malayalam | 17 |
QFontDatabase::Sinhala | 18 |
QFontDatabase::Thai | 19 |
QFontDatabase::Lao | 20 |
QFontDatabase::Tibetan | 21 |
QFontDatabase::Myanmar | 22 |
QFontDatabase::Georgian | 23 |
QFontDatabase::Khmer | 24 |
QFontDatabase::SimplifiedChinese | 25 |
QFontDatabase::TraditionalChinese | 26 |
QFontDatabase::Japanese | 27 |
QFontDatabase::Korean | 28 |
QFontDatabase::Vietnamese | 29 |
QFontDatabase::Other | 30 |
Creates a font database object.
Returns true if the font that has family family and style style is bold; otherwise returns false.
See also italic() and weight().
Returns a sorted list of the available font families which support the writingSystem.
If a family exists in several foundries, the returned name for that font is in the form "family [foundry]". Examples: "Times [Adobe]", "Times [Cronyx]", "Palatino".
See also writingSystems().
Returns a QFont object that has family family, style style and point size pointSize. If no matching font could be created, a QFont object that uses the application's default font is returned.
Returns true if the font that has family family and style style is a scalable bitmap font; otherwise returns false. Scaling a bitmap font usually produces an unattractive hardly readable result, because the pixels of the font are scaled. If you need to scale a bitmap font it is better to scale it to one of the fixed sizes returned by smoothSizes().
See also isScalable() and isSmoothlyScalable().
Returns true if the font that has family family and style style is fixed pitch; otherwise returns false.
Returns true if the font that has family family and style style is scalable; otherwise returns false.
See also isBitmapScalable() and isSmoothlyScalable().
Returns true if the font that has family family and style style is smoothly scalable; otherwise returns false. If this function returns true, it's safe to scale this font to any size, and the result will always look attractive.
See also isScalable() and isBitmapScalable().
Returns true if the font that has family family and style style is italic; otherwise returns false.
Returns a list of the point sizes available for the font that has family family and style style. The list may be empty.
See also smoothSizes() and standardSizes().
Returns the point sizes of a font that has family family and style style that will look attractive. The list may be empty. For non-scalable fonts and bitmap scalable fonts, this function is equivalent to pointSizes().
See also pointSizes() and standardSizes().
Returns a list of standard font sizes.
See also smoothSizes() and pointSizes().
Returns a string that describes the style of the font f. For example, "Bold Italic", "Bold", "Italic" or "Normal". An empty string may be returned.
Returns a list of the styles available for the font family family. Some example styles: "Light", "Light Italic", "Bold", "Oblique", "Demi". The list may be empty.
See also families().
Returns the weight of the font that has family family and style style. If there is no such family and style combination, returns -1.
Returns the names the writingSystem (e.g. for displaying to the user in a dialog).
Returns a string with sample characters from writingSystem.
Returns a sorted list of the available writing systems. This is list generated from information about all installed fonts on the system.
See also families().
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.0 | |
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