Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtGui »

Classe « QFontInfo »

Informations générales

Héritage

builtins.object
    Object
        QFontInfo

Définition

class QFontInfo(Object):

Description [extrait de QFontInfo.__doc__]

QFontInfo(self, arg__1: PySide2.QtGui.QFont)
QFontInfo(self, arg__1: PySide2.QtGui.QFontInfo)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
bold(self) -> bool bold(self) -> bool [extrait de bold.__doc__]
exactMatch(self) -> bool exactMatch(self) -> bool [extrait de exactMatch.__doc__]
family(self) -> str family(self) -> str [extrait de family.__doc__]
fixedPitch(self) -> bool fixedPitch(self) -> bool [extrait de fixedPitch.__doc__]
italic(self) -> bool italic(self) -> bool [extrait de italic.__doc__]
overline(self) -> bool overline(self) -> bool [extrait de overline.__doc__]
pixelSize(self) -> int pixelSize(self) -> int [extrait de pixelSize.__doc__]
pointSize(self) -> int pointSize(self) -> int [extrait de pointSize.__doc__]
pointSizeF(self) -> float pointSizeF(self) -> float [extrait de pointSizeF.__doc__]
rawMode(self) -> bool rawMode(self) -> bool [extrait de rawMode.__doc__]
strikeOut(self) -> bool strikeOut(self) -> bool [extrait de strikeOut.__doc__]
style(self) -> PySide2.QtGui.QFont.Style style(self) -> PySide2.QtGui.QFont.Style [extrait de style.__doc__]
styleHint(self) -> PySide2.QtGui.QFont.StyleHint styleHint(self) -> PySide2.QtGui.QFont.StyleHint [extrait de styleHint.__doc__]
styleName(self) -> str styleName(self) -> str [extrait de styleName.__doc__]
swap(self, other: PySide2.QtGui.QFontInfo) swap(self, other: PySide2.QtGui.QFontInfo) [extrait de swap.__doc__]
underline(self) -> bool underline(self) -> bool [extrait de underline.__doc__]
weight(self) -> int weight(self) -> int [extrait de weight.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__