IVisualProperties ::SetFont, méthode (shobjidl.h)
Définit les attributs de la police.
Syntaxe
HRESULT SetFont(
[in] const LOGFONTW *plf,
[in] BOOL bRedraw
);
Paramètres
[in] plf
Type : const LOGFONTW*
Pointeur vers une structure LOGFONT qui contient les attributs à définir.
[in] bRedraw
Type : BOOL
TRUE si l’élément doit être redessiné une fois les nouveaux attributs définis ; sinon , FALSE.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl.h |