Partager via


Font::GetLogFontW, méthode (gdiplusheaders.h)

La méthode Font::GetLogFontW utilise une structure LOGFONTW pour obtenir les attributs de cet objet Font .

Syntaxe

Status GetLogFontW(
  [in]  const Graphics *g,
  [out] LOGFONTW       *logfontW
);

Paramètres

[in] g

Type : const Graphics*

Pointeur vers un objet Graphics qui contient les attributs de l’affichage vidéo.

[out] logfontW

Type : LOGFONTW*

Pointeur vers une variable de structure LOGFONTW qui reçoit les attributs de police.

Valeur retournée

Type : État

Si la méthode réussit, elle retourne Ok, qui est un élément de l’énumération Status .

Si la méthode échoue, elle retourne l’un des autres éléments de l’énumération Status .

Configuration requise

   
Client minimal pris en charge Windows XP, Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
Plateforme cible Windows
En-tête gdiplusheaders.h (inclure Gdiplus.h)
Bibliothèque Gdiplus.lib
DLL Gdiplus.dll

Voir aussi

Police

Graphismes

Utilisation de texte et de polices