FontFamily::IsAvailable-Methode (gdiplusheaders.h)

Die FontFamily::IsAvailable-Methode bestimmt, ob dieses FontFamily-Objekt erfolgreich erstellt wurde.

Syntax

BOOL IsAvailable();

Rückgabewert

Typ: BOOL

Wenn dieses FontFamily-Objekt erfolgreich erstellt wurde, gibt diese Methode TRUE zurück. Andernfalls wird FALSE zurückgegeben.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows XP, Windows 2000 Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile gdiplusheaders.h (include Gdiplus.h)
Bibliothek Gdiplus.lib
DLL Gdiplus.dll

Weitere Informationen

Erstellen von Schriftartfamilien und Schriftarten

FontFamily

FontFamily::GetLastStatus