IDWriteFactory::GetSystemFontCollection Method

Gets an object which represents the set of installed fonts.

Syntax

virtual HRESULT GetSystemFontCollection(
  [out]  IDWriteFontCollection ** fontCollection,
  BOOL  checkForUpdates
) = 0;

Parameter

  • fontCollection [out]
    When this method returns, contains the address of a pointer to the system font collection object, or NULL in case of failure.

  • checkForUpdates
    If this parameter is nonzero, the function performs an immediate check for changes to the set of installed fonts. If this parameter is FALSE, the function will still detect changes if the font cache service is running, but there may be some latency. For example, an application might specify TRUE if it has itself just installed a font and wants to be sure the font collection contains that font.

Rückgabewert

Ist Methode erfolgreich, wird "S_OK" zurückgegeben. Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.

Anforderungen

Mindestens unterstützter Client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Mindestens unterstützter Server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

Dwrite.h

Bibliothek

Dwrite.lib

DLL

Dwrite.dll

Siehe auch

IDWriteFactory